Skip to content

Commit 5c27ca9

Browse files
committed
update link for get featured
1 parent 0e94a8f commit 5c27ca9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/hub/src/app/discover/page.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ export default function DiscoverPage() {
5252
<div className="flex flex-col gap-6">
5353
<div className="flex items-center justify-between">
5454
<h2 className="text-27 font-600 text-neutral-100">Featured</h2>
55-
{/* TODO: Add link to typeform */}
56-
<ButtonLink variant="white" size="32" href="https://typeform.com">
55+
<ButtonLink
56+
variant="white"
57+
size="32"
58+
href="https://statusnetwork.typeform.com/getfeatured"
59+
>
5760
Get featured
5861
</ButtonLink>
5962
</div>

0 commit comments

Comments
 (0)