Skip to content

Commit 7455dbb

Browse files
committed
resend + nav
1 parent 9251488 commit 7455dbb

File tree

3 files changed

+1468
-5
lines changed

3 files changed

+1468
-5
lines changed

src/components/Navigation.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
1717
<!-- Desktop Navigation -->
1818
<div class="hidden md:flex items-center space-x-8">
1919
<a
20-
href="#features"
20+
href="/#features"
2121
class="text-gray-600 hover:text-gray-900 transition-colors"
2222
>Features</a
2323
>
@@ -26,7 +26,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
2626
class="text-gray-600 hover:text-gray-900 transition-colors">Compare</a
2727
>
2828
<a
29-
href="#pricing"
29+
href="/#pricing"
3030
class="text-gray-600 hover:text-gray-900 transition-colors">Pricing</a
3131
>
3232
<a
@@ -113,7 +113,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
113113
>
114114
<div class="px-4 py-4 space-y-4">
115115
<a
116-
href="#features"
116+
href="/#features"
117117
class="block text-gray-600 hover:text-gray-900 transition-colors"
118118
>Features</a
119119
>
@@ -123,7 +123,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
123123
>Compare</a
124124
>
125125
<a
126-
href="#pricing"
126+
href="/#pricing"
127127
class="block text-gray-600 hover:text-gray-900 transition-colors"
128128
>Pricing</a
129129
>

src/pages/compare/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const alternatives = [
2828
slug: "resend",
2929
description: "Email API built for developers",
3030
logo: resendLogo,
31-
available: false,
31+
available: true,
3232
},
3333
{
3434
name: "Mailchimp",

0 commit comments

Comments
 (0)