File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export const siteConfig = {
1111 github : 'https://github.com/o1-labs/mina-on-chain-voting' ,
1212 granola : 'https://granola.team' ,
1313 minaFoundation : 'https://www.minafoundation.com' ,
14+ o1labs : 'https://o1labs.org' ,
1415 FAQ : 'https://forums.minaprotocol.com/t/on-chain-voting-frequently-asked-questions-faq/5959' ,
1516 } ,
1617} ;
Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ export const Footer = () => {
5757 >
5858 Granola
5959 </ a >
60+ , maintained by{ ' ' }
61+ < a
62+ href = { siteConfig . links . o1labs }
63+ target = "_blank"
64+ rel = "noreferrer"
65+ className = "font-medium underline underline-offset-4 text-logoOrange"
66+ >
67+ o1Labs
68+ </ a >
6069 </ div >
6170 </ div >
6271 </ footer >
You can’t perform that action at this time.
0 commit comments