Skip to content

Commit 3974275

Browse files
committed
Add pricing nav link
1 parent 9c67fd5 commit 3974275

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

‎apps/marketing/src/pages/index.astro‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ Source (and the place to start if something breaks): https://github.com/UsefulSo
112112
class="text-[14px] font-medium text-ink-2 hover:text-ink transition-colors hidden sm:inline"
113113
>Blog</a
114114
>
115+
<a
116+
href="/pricing"
117+
class="text-[14px] font-medium text-ink-2 hover:text-ink transition-colors hidden sm:inline"
118+
>Pricing</a
119+
>
115120
</div>
116121
<div class="flex items-center gap-4">
117122
<a
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
return Astro.redirect("/#pricing", 302);
3+
---

0 commit comments

Comments
 (0)