We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5399315 commit 35eb858Copy full SHA for 35eb858
theme/components/footer/index.tsx
@@ -39,6 +39,14 @@ export const Footer = () => {
39
<a href="https://discord.gg/bXRqsweNPb" className={styles.link}>Discord</a>
40
</div>
41
42
+ {/* Friends Column */}
43
+ <div className={styles.column}>
44
+ <h3 className={styles.title}>Friends</h3>
45
+ <div className={styles.links}>
46
+ <a href="https://geddle.com" className={styles.link}>Geddle</a>
47
+ <a href="https://arrfounder.com" className={styles.link}>Arrfounder</a>
48
+ </div>
49
50
51
<div className={styles.copyright}>
52
<p>
0 commit comments