File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const AppFooter = () => {
49
49
</ ul >
50
50
</ div >
51
51
52
- { /* Footer copyright start */ }
52
+ { /* Footer copyright */ }
53
53
< AppFooterCopyright />
54
54
</ div >
55
55
</ div >
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ function AppFooterCopyright() {
7
7
© { new Date ( ) . getFullYear ( ) }
8
8
< Link
9
9
to = "https://github.com/realstoman/react-tailwindcss-portfolio"
10
- className = "hover:underline ml-1"
10
+ className = "hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1"
11
11
>
12
12
React & TailwindCSS Portfolio
13
13
</ Link >
14
14
.
15
15
< Link
16
16
to = "https://stoman.me"
17
17
target = "__blank"
18
- className = "text-secondary-dark dark:text-secondary-light uppercase hover:underline ml-1"
18
+ className = "text-secondary-dark dark:text-secondary-light font-medium uppercase hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1"
19
19
>
20
20
Stoman
21
21
</ Link >
You can’t perform that action at this time.
0 commit comments