We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18bbf9 commit 2b31c13Copy full SHA for 2b31c13
src/components/header.tsx
@@ -41,6 +41,12 @@ export function Header({ user }: { user?: User | undefined }) {
41
>
42
Payouts
43
</Link>
44
+ <Link
45
+ href="/ecommerce"
46
+ className="text-zinc-900 hover:text-zinc-600 transition-colors"
47
+ >
48
+ Ecommerce
49
+ </Link>
50
<Link
51
href="/invoice-me"
52
className="text-zinc-900 hover:text-zinc-600 transition-colors"
0 commit comments