File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const AppHeader = () => {
130
130
< div className = "border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark" >
131
131
< button
132
132
onClick = { showHireMeModal }
133
- className = "font-general-medium sm:hidden block text-left text-md bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-sm px-4 py-2 mt-2"
133
+ className = "font-general-medium sm:hidden block text-left text-md bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-sm px-4 py-2 mt-2 duration-300 "
134
134
>
135
135
Hire Me
136
136
</ button >
@@ -168,7 +168,7 @@ const AppHeader = () => {
168
168
< div className = "hidden md:flex" >
169
169
< button
170
170
onClick = { showHireMeModal }
171
- className = "text-md font-general-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
171
+ className = "text-md font-general-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5 duration-300 "
172
172
aria-label = "Hire Me Button"
173
173
>
174
174
Hire Me
You can’t perform that action at this time.
0 commit comments