update: pricing plan with usage base

This commit is contained in:
Karrix
2024-01-21 15:48:56 +08:00
committed by BennyKok
parent 8a134ed39e
commit ac8f6e2808
5 changed files with 152 additions and 7 deletions
+7
View File
@@ -85,6 +85,13 @@ export function Navbar() {
</div>
<div className="flex flex-row items-center gap-2">
{isDesktop && <NavbarMenu />}
<Button
asChild
variant="link"
className="rounded-full aspect-square p-2 mr-4"
>
<a href="/pricing">Pricing</a>
</Button>
<Button
asChild
variant="link"