File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- import { Link } from 'react-router-dom' ;
2
-
3
1
function AppFooterCopyright ( ) {
4
2
return (
5
3
< div className = "font-general-regular flex justify-center items-center text-center" >
6
4
< div className = "text-lg text-ternary-dark dark:text-ternary-light" >
7
5
© { new Date ( ) . getFullYear ( ) }
8
- < Link
9
- to = "https://github.com/realstoman/react-tailwindcss-portfolio"
6
+ < a
7
+ href = "https://github.com/realstoman/react-tailwindcss-portfolio"
8
+ target = "__blank"
10
9
className = "hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1 duration-500"
11
10
>
12
11
React & TailwindCSS Portfolio
13
- </ Link >
12
+ </ a >
14
13
.
15
- < Link
16
- to = "https://stoman.me"
14
+ < a
15
+ href = "https://stoman.me"
17
16
target = "__blank"
18
17
className = "text-secondary-dark dark:text-secondary-light font-medium uppercase hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1 duration-500"
19
18
>
20
19
Stoman
21
- </ Link >
20
+ </ a >
22
21
</ div >
23
22
</ div >
24
23
) ;
You can’t perform that action at this time.
0 commit comments