We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e94a8f commit 5c27ca9Copy full SHA for 5c27ca9
apps/hub/src/app/discover/page.tsx
@@ -52,8 +52,11 @@ export default function DiscoverPage() {
52
<div className="flex flex-col gap-6">
53
<div className="flex items-center justify-between">
54
<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">
+ <ButtonLink
+ variant="white"
57
+ size="32"
58
+ href="https://statusnetwork.typeform.com/getfeatured"
59
+ >
60
Get featured
61
</ButtonLink>
62
</div>
0 commit comments