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 999fc5c commit 99b1775Copy full SHA for 99b1775
src/components/header.tsx
@@ -44,6 +44,12 @@ export function Header({ user }: { user?: User | undefined }) {
44
>
45
Payouts
46
</Link>
47
+ <Link
48
+ href="/ecommerce"
49
+ className="text-zinc-900 hover:text-zinc-600 transition-colors"
50
+ >
51
+ Ecommerce
52
+ </Link>
53
<Link
54
href="/invoice-me"
55
className="text-foreground hover:text-muted-foreground transition-colors"
0 commit comments