Skip to content

Commit be49e88

Browse files
committed
chore: update nav and footer ux
1 parent f9fb17e commit be49e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

src/components/NavigationMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)