Skip to content

Commit affb6f8

Browse files
committed
icon
1 parent b030427 commit affb6f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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"
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"
6969
>
70-
Open Web Editor
71-
<Icon icon="lucide:arrow-right" width={16} />
70+
<span className="">Open Web Editor</span>
71+
<Icon icon="lucide:arrow-right" width={20} />
7272
</Button>
7373
</a>
7474
</motion.div>

0 commit comments

Comments
 (0)