Skip to content

Commit

Permalink
removed mail as unreleased feature (SIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryankpoor committed Nov 11, 2024
1 parent c7f084c commit 7d18df0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ export default function RootLayout({

</NavigationMenu.Item></Link>



<Link href="/email">
<NavigationMenu.Item>
<NavigationMenu.Trigger className="group flex select-none items-center justify-between gap-0.5 rounded px-3 py-2 text-[15px] font-medium leading-none text-violet11 outline-none hover:bg-violet3 focus:shadow-[0_0_0_2px] focus:shadow-violet7 text-black">
Mail

</NavigationMenu.Trigger>

</NavigationMenu.Item></Link>

<NavigationMenu.Item>
<NavigationMenu.Trigger className="group flex select-none items-center justify-between gap-0.5 rounded px-3 py-2 text-[15px] font-medium leading-none text-violet11 outline-none hover:bg-violet3 focus:shadow-[0_0_0_2px] focus:shadow-violet7 text-black">
<Link href="/history">My Invoices</Link>
Expand Down

0 comments on commit 7d18df0

Please sign in to comment.