Skip to content

Commit

Permalink
Update nav-menu.tsx
Browse files Browse the repository at this point in the history
 I've changed the text color to black (text-black) to ensure visibility in light mode. #141
  • Loading branch information
Aryam2121 authored Mar 3, 2024
1 parent e311839 commit 8de4855
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/landing/appbar/nav-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ export function NavigationMenu() {
href={'https://harkirat.classx.co.in/new-courses'}
target="_blank"
>
<p className="text-white">Join now</p>
<p className="text-black">Join now</p>
</Link>
</DrawerClose>
</Button>


<AppbarAuth isInMenu={true} />
</div>
</div>
Expand Down

0 comments on commit 8de4855

Please sign in to comment.