Skip to content

Commit 3bcf05e

Browse files
committed
Remove Whitepaper link from footer
Old-network whitepaper, doesn't describe the current TEE-based architecture. MiCA Whitepaper in the Legal column stays — it's a separate regulatory doc.
1 parent de6e987 commit 3bcf05e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/components/Footer/Footer.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
LINKEDIN_LINK,
1111
SPARK_LINK,
1212
TWITTER_LINK,
13-
WHITEPAPER_LINK,
1413
GALXE_LINK,
1514
GOVERNANCE_LINK,
1615
MICA_LINK,
@@ -66,14 +65,6 @@ const Footer = () => {
6665
>
6766
Docs
6867
</a>
69-
<a
70-
href={WHITEPAPER_LINK}
71-
target="_blank"
72-
rel="noopener noreferrer"
73-
className={styles.footer__link}
74-
>
75-
Whitepaper
76-
</a>
7768
<a
7869
href={GITHUB_LINK}
7970
target="_blank"

0 commit comments

Comments
 (0)