Skip to content

Commit b030427

Browse files
committed
fix: add whitespace-nowrap class to Open Web Editor button for better text handling
1 parent e43d707 commit b030427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corkboard/features/landing/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function HeroSection() {
6565
<Button
6666
size="lg"
6767
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"
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 whitespace-nowrap"
6969
>
7070
Open Web Editor
7171
<Icon icon="lucide:arrow-right" width={16} />

0 commit comments

Comments
 (0)