Skip to content

Commit 090a180

Browse files
committed
fix: get started button color
1 parent 73bc5ad commit 090a180

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { FileText, Palette, BarChart3, Gamepad2, MessageCircle, Smartphone } fro
2828
<div className="absolute -inset-0.5 bg-gradient-to-r from-blue-500 to-green-400 rounded-lg blur opacity-60 group-hover:opacity-100 transition duration-300"></div>
2929
<a
3030
href="/docs/tutorial/get_started"
31-
className="relative px-6 py-3 text-lg font-medium text-white bg-zinc-900 rounded-md flex items-center gap-2"
31+
className="relative px-6 py-3 text-lg font-medium !text-white bg-zinc-900 rounded-md flex items-center gap-2"
3232
>
3333
Get Started
3434
<svg xmlns="http://www.w3.org/2000/svg" className="h-4 w-4" viewBox="0 0 20 20" fill="currentColor">
@@ -138,7 +138,7 @@ import { FileText, Palette, BarChart3, Gamepad2, MessageCircle, Smartphone } fro
138138
<div className="absolute -inset-0.5 bg-gradient-to-r from-blue-500 to-green-400 rounded-lg blur opacity-60 group-hover:opacity-100 transition duration-300"></div>
139139
<a
140140
href="/docs/tutorial/get_started"
141-
className="relative px-6 py-3 text-lg font-medium text-white bg-zinc-900 rounded-md flex items-center gap-2"
141+
className="relative px-6 py-3 text-lg font-medium !text-white bg-zinc-900 rounded-md flex items-center gap-2"
142142
>
143143
Get Started
144144
<svg xmlns="http://www.w3.org/2000/svg" className="h-4 w-4" viewBox="0 0 20 20" fill="currentColor">

0 commit comments

Comments
 (0)