Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/marketing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ Source (and the place to start if something breaks): https://github.com/UsefulSo
class="text-[14px] font-medium text-ink-2 hover:text-ink transition-colors hidden sm:inline"
>Blog</a
>
<a
href="/pricing"
class="text-[14px] font-medium text-ink-2 hover:text-ink transition-colors hidden sm:inline"
>Pricing</a
>
</div>
<div class="flex items-center gap-4">
<a
Expand Down
3 changes: 3 additions & 0 deletions apps/marketing/src/pages/pricing.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
return Astro.redirect("/#pricing", 302);
---
Loading