Skip to content

Commit 6aea996

Browse files
authored
Merge pull request #531 from o1-labs/lucid-branch
Update Footer and social links
2 parents 25d2cfb + 2d8976a commit 6aea996

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export const SocialLinks = {
22
GitHub: 'https://github.com/MinaProtocol/mina',
33
Twitter: 'https://twitter.com/minaprotocol',
4-
WeChat: 'https://forums.minaprotocol.com/',
4+
WeChat: 'https://minafoundation.notion.site/Follow-Mina-s-WeChat-and-Weibo-Official-Accounts-91226f4ea59b402ebf0cb3b40f764d69',
55
YouTube: 'https://www.youtube.com/c/minaprotocol',
6-
Discord: 'https://discord.gg/minaprotocol',
7-
Telegram: 'http://bit.ly/MinaTelegram',
6+
Discord: 'https://bit.ly/MinaDiscord',
7+
Telegram: 'https://t.me/minaprotocol',
88
Support: 'https://support.minaprotocol.com',
99
};
1010

src/theme/Footer/index.tsx

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,19 @@ function Footer(): JSX.Element | null {
109109
<Link to="/">Documentation</Link>
110110
</li>
111111
<li>
112-
<Link to="/zkapps">Write a zkApp</Link>
112+
<Link href="https://minaprotocol.com/join-zkignite-cohort-2">
113+
zkIgnite, Cohort 2
114+
</Link>
113115
</li>
114116
<li>
115-
<Link href="https://minaprotocol.com/node-operators">
116-
Run a Node
117-
</Link>
117+
<Link to="/zkapps/how-to-write-a-zkapp">Write a zkApp</Link>
118118
</li>
119119
<li>
120-
<Link href="https://minaprotocol.com/genesis">
121-
Join Genesis
120+
<Link href="https://minaprotocol.com/node-operators">
121+
Run a Node
122122
</Link>
123123
</li>
124+
124125
</ul>
125126
</li>
126127
<li>
@@ -163,24 +164,29 @@ function Footer(): JSX.Element | null {
163164
</ul>
164165
</li>
165166
<li>
166-
<span>Community</span>
167+
<span>Ecosystem</span>
167168
<ul>
168169
<li>
169-
<Link href="https://minaprotocol.com/community">Welcome</Link>
170+
<Link href="https://minaprotocol.com/community">Community</Link>
170171
</li>
171172
<li>
172-
<Link href="https://minaprotocol.com/genesis">
173-
Genesis Program
173+
<Link href="https://minaprotocol.com/grants">
174+
Grants
174175
</Link>
175176
</li>
176177
<li>
177-
<Link href="https://minaprotocol.com/leaderboard">
178-
Testnet Leaderboard
178+
<Link href="https://minaprotocol.com/work-with-mina">
179+
Work with Mina
179180
</Link>
180181
</li>
181182
<li>
182-
<Link href="https://minaprotocol.com/work-with-mina">
183-
Careers
183+
<Link href="https://minafoundation.notion.site/minafoundation/Mina-Community-Blog-91b8fdfd1b9e444ca55ddd1b90bade3c">
184+
Community Blog
185+
</Link>
186+
</li>
187+
<li>
188+
<Link href="https://www.minafoundation.com/">
189+
Mina Foundation
184190
</Link>
185191
</li>
186192
</ul>
@@ -192,13 +198,10 @@ function Footer(): JSX.Element | null {
192198
<Link href={SocialLinks.Discord}>Discord</Link>
193199
</li>
194200
<li>
195-
<Link href={SocialLinks.Telegram}>Forums</Link>
196-
</li>
197-
<li>
198-
<Link href={SocialLinks.GitHub}>Github</Link>
201+
<Link href={SocialLinks.Telegram}>Mina Research</Link>
199202
</li>
200203
<li>
201-
<Link href={SocialLinks.Support}>Contact Us</Link>
204+
<Link href={SocialLinks.GitHub}>GitHub</Link>
202205
</li>
203206
</ul>
204207
</li>
@@ -226,7 +229,7 @@ function Footer(): JSX.Element | null {
226229
</ul>
227230
</div>
228231
<div className={styles.minaFooter_legals__info}>
229-
©2022 Mina. Started by O(1) Labs.
232+
©2023 Mina. Started by O(1) Labs.
230233
</div>
231234
</div>
232235
</footer>

0 commit comments

Comments
 (0)