File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Footer = () => {
99
1010 < p className = "max-w-sm text-center font-serif text-xl text-gray-300" >
1111 Transforming Ideas into Immersive User Experiences with the Power of
12- React
12+ Web Development
1313 </ p >
1414
1515 < SocialLinks inverted />
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const NavigationMenu = ({ openState }: { openState: boolean }) => {
8080 < a
8181 href = { item . path }
8282 onClick = { handelNavigation }
83- className = "transition-color relative w-full rounded bg-white py-2 text-center font-medium text-dark duration-1000 ease-linear hover:bg-gray-300 dark:bg-dark-900 dark:text-white dark:hover:bg-dark-800 "
83+ className = "transition-color dark:hover:bg-dark-300 relative w-full rounded bg-white py-2 text-center font-medium text-dark duration-1000 ease-linear hover:bg-gray-300 dark:bg-dark-900 dark:text-white"
8484 >
8585 { item . itemName }
8686 </ a >
You can’t perform that action at this time.
0 commit comments