Skip to content

Commit 3d7d325

Browse files
committed
Maintained by o1labs text
1 parent d884d55 commit 3d7d325

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

web/common/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
};

web/components/layout-footer.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)