File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ProjectInfo = () => {
26
26
className = {
27
27
info . title === 'Website' ||
28
28
info . title === 'Phone'
29
- ? 'hover:underline cursor-pointer'
29
+ ? 'hover:underline hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer duration-300 '
30
30
: ''
31
31
}
32
32
aria-label = "Project Website and Phone"
@@ -76,7 +76,7 @@ const ProjectInfo = () => {
76
76
href = { social . url }
77
77
target = "__blank"
78
78
aria-label = "Share Project"
79
- className = "bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm"
79
+ className = "bg-ternary-light dark:bg-ternary-dark text-gray-400 hover:text-primary-dark dark:hover:text-primary-light p-2 rounded-lg shadow-sm duration-500 "
80
80
>
81
81
< span className = "text-lg lg:text-2xl" >
82
82
{ social . icon }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const AppFooter = () => {
39
39
href = { link . url }
40
40
target = "__blank"
41
41
key = { link . id }
42
- className = "text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm p-4"
42
+ className = "text-gray-400 hover:text-indigo-500 dark:hover:text-indigo-400 cursor-pointer rounded-lg bg-gray-50 dark:bg-ternary-dark hover:bg-gray-100 shadow-sm p-4 duration-300 "
43
43
>
44
44
< i className = "text-xl sm:text-2xl md:text-3xl" >
45
45
{ link . icon }
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 hover:text-indigo-600 dark:hover:text-indigo-300 ml-1"
10
+ className = "hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 ml-1 duration-500 "
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 font-medium uppercase hover:underline hover:text-indigo-600 dark:hover:text-indigo-300 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 duration-500 "
19
19
>
20
20
Stoman
21
21
</ Link >
You can’t perform that action at this time.
0 commit comments