File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
src/corkboard/features/landing Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments