Skip to content

Commit

Permalink
add contact us route
Browse files Browse the repository at this point in the history
  • Loading branch information
kleenpulse committed Jul 25, 2024
1 parent 25f90f7 commit 72233da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Footer = () => {
{ route: "FAQ", link: "/faqs" },
{ route: "waiting list", link: "/waitlist" },
{ route: "Pricing Experience", link: "/pricing" },
{ route: "Contact Us", link: "/" },
{ route: "Contact Us", link: "/contact-us" },
],
},
{
Expand Down

0 comments on commit 72233da

Please sign in to comment.