Skip to content

Commit bfe9887

Browse files
committed
Hire me button transition
1 parent f61aeda commit bfe9887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/shared/AppHeader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const AppHeader = () => {
130130
<div className="border-t-2 pt-3 sm:pt-0 sm:border-t-0 border-primary-light dark:border-secondary-dark">
131131
<button
132132
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"
134134
>
135135
Hire Me
136136
</button>
@@ -168,7 +168,7 @@ const AppHeader = () => {
168168
<div className="hidden md:flex">
169169
<button
170170
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"
172172
aria-label="Hire Me Button"
173173
>
174174
Hire Me

0 commit comments

Comments
 (0)