Skip to content

Commit 2a776f1

Browse files
committed
Update docs-navbar.tsx
1 parent 5a0a3ce commit 2a776f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

widgets/layout/docs-navbar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ export function DocsNavbar({ slug, setMobileNav }: DocsNavbar) {
159159
</a>
160160
</Tooltip>
161161
<Link href="/blocks#pricing">
162-
<Button size="sm" className="flex items-center justify-between bg-deep-orange-500 py-2.5">Black Friday</Button>
162+
<Button size="sm" className="flex items-center justify-between bg-gray-900 py-2.5">
163+
Pricing & FAQ
164+
</Button>
163165
</Link>
164166
</div>
165167
</div>

0 commit comments

Comments
 (0)