Skip to content

Commit 8405a54

Browse files
committed
update footer
1 parent 91f595e commit 8405a54

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

src/components/Layout/Footer.tsx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function Footer() {
77
<div className="footer-container text-primary">
88
<h4 className="flex items-center gap-2 text-xl font-bold">
99
<Code size={48} className="text-primary" />
10-
Code Cafe
10+
Code Café
1111
</h4>
1212
<p className="text-sm">Your home for coding and community</p>
1313
</div>
@@ -25,9 +25,19 @@ export default function Footer() {
2525
<div className="footer-container text-primary">
2626
<h4 className="mb-4 text-xl font-bold">Resources</h4>
2727
<ul className="list-none">
28-
<li className="mb-3 text-sm">Documentation</li>
28+
<li className="mb-3 text-sm">
29+
<Link to="/resources">Resources</Link>
30+
</li>
2931
<li className="mb-3 text-sm">Blog</li>
30-
<li className="mb-3 text-sm">GitHub</li>
32+
<li className="mb-3 text-sm">
33+
<a
34+
href="https://github.com/CodeCafeCommunity/codecafecommunity.github.io"
35+
target="_blank"
36+
rel="noreferrer"
37+
>
38+
GitHub
39+
</a>
40+
</li>
3141
</ul>
3242
</div>
3343
</footer>

0 commit comments

Comments
 (0)