Skip to content

Commit

Permalink
clients: Bigger main signup CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Oct 23, 2024
1 parent ce3247f commit 6344a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/web/src/components/Landing/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const Hero = () => {
onChange={(e) => setSlug(slugify(e.target.value))}
/>
</div>
<GetStartedButton className="px-3" orgSlug={slug} size="default" text="Start for free" />
<GetStartedButton className="px-3" orgSlug={slug} size="lg" text="Start for free" />
</div>
</div>
<p className="hidden dark:text-polar-500 text-balance text-xs text-gray-500 md:block">
Expand Down

0 comments on commit 6344a8f

Please sign in to comment.