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 = () => {
9
9
10
10
< p className = "max-w-sm text-center font-serif text-xl text-gray-300" >
11
11
Transforming Ideas into Immersive User Experiences with the Power of
12
- React
12
+ Web Development
13
13
</ p >
14
14
15
15
< SocialLinks inverted />
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const NavigationMenu = ({ openState }: { openState: boolean }) => {
80
80
< a
81
81
href = { item . path }
82
82
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"
84
84
>
85
85
{ item . itemName }
86
86
</ a >
You can’t perform that action at this time.
0 commit comments