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 b030427 commit affb6f8Copy full SHA for affb6f8
1 file changed
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"
+ 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"
69
>
70
- Open Web Editor
71
- <Icon icon="lucide:arrow-right" width={16} />
+ <span className="">Open Web Editor</span>
+ <Icon icon="lucide:arrow-right" width={20} />
72
</Button>
73
</a>
74
</motion.div>
0 commit comments