Skip to content

Commit

Permalink
pricing route changed to billing
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Dec 24, 2024
1 parent d2bb88f commit d71c7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/navbar/StudentNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function StudentNavBar({ session }: { session: any }) {
</div>
<div className="hidden lg:flex items-center gap-x-2 text-sm md:text-base cursor-pointer font-light w-fit">
<Link
href={`/student-dashboard/pricing`}
href={`/student-dashboard/billing`}
className="text-[#33A852]"
>
Pricing
Expand Down
4 changes: 2 additions & 2 deletions utils/sidebarLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const studentNavItems = [
},
{
name: "Billing",
href: "/student-dashboard/pricing",
href: "/student-dashboard/billing",
icon: CreditCard,
},
];
Expand Down Expand Up @@ -108,6 +108,6 @@ export const studentMobileRoutes = [
},
{
name: "Billing",
href: "/student-dashboard/pricing",
href: "/student-dashboard/billing",
},
];

0 comments on commit d71c7f0

Please sign in to comment.