File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const AppFooter = () => {
4949 </ ul >
5050 </ div >
5151
52- { /* Footer copyright start */ }
52+ { /* Footer copyright */ }
5353 < AppFooterCopyright />
5454 </ div >
5555 </ div >
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ function AppFooterCopyright() {
77 © { new Date ( ) . getFullYear ( ) }
88 < Link
99 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"
1111 >
1212 React & TailwindCSS Portfolio
1313 </ Link >
1414 .
1515 < Link
1616 to = "https://stoman.me"
1717 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"
1919 >
2020 Stoman
2121 </ Link >
You can’t perform that action at this time.
0 commit comments