Skip to content

Commit

Permalink
Fix home navbar error
Browse files Browse the repository at this point in the history
  • Loading branch information
chauhanshilpa committed May 17, 2024
1 parent fe78604 commit 63e02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/reusable/HomeNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Navbar = () => {
<IoMdClose />
</div>
<div className="mt-8">
{NAVBAR_LINKS.map(({ label, link }) => (
{HOME_PAGE_NAVBAR_LINKS.map(({ label, link }) => (
<Link href={link} key={uuidv4()}>
<li className="font-medium mb-3 mt-3 text-slate-800 hover:text-black">
{label}
Expand Down

0 comments on commit 63e02cd

Please sign in to comment.