Skip to content

Commit 35eb858

Browse files
committed
Add fiends link
1 parent 5399315 commit 35eb858

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

theme/components/footer/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ export const Footer = () => {
3939
<a href="https://discord.gg/bXRqsweNPb" className={styles.link}>Discord</a>
4040
</div>
4141
</div>
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+
</div>
4250
</div>
4351
<div className={styles.copyright}>
4452
<p>

0 commit comments

Comments
 (0)