Skip to content

Commit 422eb22

Browse files
committed
fix: enhance Open Web Editor button styling for improved usability
1 parent b8ca152 commit 422eb22

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/corkboard/features/landing/HeroSection.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@ export function HeroSection() {
6262
transition={{ duration: 0.5, delay: 0.32 }}
6363
>
6464
<a href="/corkboard/editor">
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"
69-
>
70-
Open Web Editor
71-
<Icon icon="lucide:arrow-right" width={16} />
72-
</Button>
65+
<Button
66+
size="lg"
67+
variant="ghost"
68+
className="font-semibold px-8 py-3 gap-2 text-white bg-gradient-to-r from-red-600 to-pink-600 hover:brightness-110 rounded-full flex items-center">
69+
<span className="flex items-center gap-2">
70+
Open Web Editor
71+
<Icon icon="lucide:arrow-right" width={16} />
72+
</span>
73+
</Button>
7374
</a>
7475
</motion.div>
7576

0 commit comments

Comments
 (0)