Skip to content

Commit 2085130

Browse files
committed
icon
1 parent affb6f8 commit 2085130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/corkboard/features/landing/HeroSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ 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 whitespace-nowrap flex items-center text-base"
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"
6969
>
70-
<span className="">Open Web Editor</span>
71-
<Icon icon="lucide:arrow-right" width={20} />
70+
Open Web Editor
71+
<Icon icon="lucide:arrow-right" width={16} />
7272
</Button>
7373
</a>
7474
</motion.div>

0 commit comments

Comments
 (0)