File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,18 @@ const Footer = () => {
2828 < ul className = "space-y-2" >
2929 < li >
3030 < Link
31- href = "/about "
31+ href = "/docs "
3232 className = "hover:text-blue-400 transition-colors"
3333 >
34- About
34+ Docs
3535 </ Link >
3636 </ li >
3737 < li >
3838 < Link
39- href = "/docs "
39+ href = "/guide "
4040 className = "hover:text-blue-400 transition-colors"
4141 >
42- Docs
42+ Guide
4343 </ Link >
4444 </ li >
4545 </ ul >
@@ -120,6 +120,17 @@ const Footer = () => {
120120 < p >
121121 © { new Date ( ) . getFullYear ( ) } RepoTree. All rights reserved.
122122 </ p >
123+ < p className = "mt-2" >
124+ Made with ☕ by{ ' ' }
125+ < a
126+ href = "https://github.com/coder-ralph"
127+ target = "_blank"
128+ rel = "noopener noreferrer"
129+ className = "text-blue-600 hover:underline hover:underline-offset-4 transition-all"
130+ >
131+ Ralph Rosael
132+ </ a >
133+ </ p >
123134 </ div >
124135 </ div >
125136 </ footer >
You can’t perform that action at this time.
0 commit comments