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 e43d707 commit b030427Copy full SHA for b030427
src/corkboard/features/landing/HeroSection.tsx
@@ -65,7 +65,7 @@ export function HeroSection() {
65
<Button
66
size="lg"
67
variant="ghost"
68
- className="font-semibold px-8 gap-2 text-white bg-gradient-to-r from-red-600 to-pink-600 hover:brightness-110 rounded-full"
+ className="font-semibold px-8 gap-2 text-white bg-gradient-to-r from-red-600 to-pink-600 hover:brightness-110 rounded-full whitespace-nowrap"
69
>
70
Open Web Editor
71
<Icon icon="lucide:arrow-right" width={16} />
0 commit comments