File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments