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 affb6f8 commit 2085130Copy full SHA for 2085130
src/corkboard/features/landing/HeroSection.tsx
@@ -65,10 +65,10 @@ 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 whitespace-nowrap flex items-center text-base"
+ className="font-semibold px-8 gap-2 text-white bg-gradient-to-r from-red-600 to-pink-600 hover:brightness-110 rounded-full"
69
>
70
- <span className="">Open Web Editor</span>
71
- <Icon icon="lucide:arrow-right" width={20} />
+ Open Web Editor
+ <Icon icon="lucide:arrow-right" width={16} />
72
</Button>
73
</a>
74
</motion.div>
0 commit comments