File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const Footer = () => {
74
74
< p className = "text-sm sm:text-base md:text-lg text-gray-600 dark:text-gray-300" >
75
75
Have a suggestion?{ ' ' }
76
76
< a
77
- href = "https://github.com/coder-ralph/RepoTree"
77
+ href = "https://github.com/coder-ralph/RepoTree/issues "
78
78
target = "_blank"
79
79
rel = "noopener noreferrer"
80
80
className = "text-blue-700 hover:text-blue-500 transition-colors"
@@ -120,17 +120,27 @@ const Footer = () => {
120
120
< p >
121
121
© { new Date ( ) . getFullYear ( ) } RepoTree. All rights reserved.
122
122
</ p >
123
- < p className = "mt-2" >
124
- Made with ☕ by{ ' ' }
123
+ < div className = "mt-2 flex items-center justify-center" >
125
124
< a
126
125
href = "https://app.daily.dev/coderralph"
127
126
target = "_blank"
128
127
rel = "noopener noreferrer"
129
- className = "text-blue-700 hover:underline hover:underline-offset-4 transition-all"
128
+ title = "coderralph"
129
+ className = "group flex items-center space-x-2 transition-colors hover:text-black dark:hover:text-white"
130
130
>
131
- Ralph Rosael
131
+ < span className = "text-gray-600 dark:text-gray-300" > Made with ☕ by</ span >
132
+ < Image
133
+ className = "group-hover:ring-blue-500 h-6 w-6 rounded-full transition-shadow group-hover:ring-2"
134
+ src = "/images/avatar.png"
135
+ alt = "Ralph Rosael"
136
+ width = { 24 }
137
+ height = { 24 }
138
+ />
139
+ < span className = "group-hover:decoration-blue-500 underline decoration-gray-500 dark:decoration-gray-400 decoration-wavy underline-offset-[4px]" >
140
+ Ralph Rosael
141
+ </ span >
132
142
</ a >
133
- </ p >
143
+ </ div >
134
144
</ div >
135
145
</ div >
136
146
</ footer >
You can’t perform that action at this time.
0 commit comments