File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import Icon from "astro-icon";
3232 <div class =" flex justify-center space-x-2 md:space-x-4" >
3333 <a
3434 href =" /docs/getting-started/"
35- class ={ cn (buttonVariants ({ size: " lg" }), " z-50 " )}
35+ class ={ cn (buttonVariants ({ size: " lg" }), " relative " )}
3636 >
3737 Get Started
3838 </a >
@@ -42,7 +42,7 @@ import Icon from "astro-icon";
4242 rel =" noreferrer"
4343 class ={ cn (
4444 buttonVariants ({ variant: " outline" , size: " lg" }),
45- " px-4 z-50 " ,
45+ " px-4 relative " ,
4646 )}
4747 >
4848 <Icon name =" github" class =" mr-2 size-5" />
@@ -180,7 +180,7 @@ import Icon from "astro-icon";
180180 href =" https://github.com/sponsors/0xTheProDev"
181181 target =" _blank"
182182 rel =" noreferrer"
183- class ={ cn (buttonVariants ({ size: " lg" }), " z-50 " )}
183+ class ={ cn (buttonVariants ({ size: " lg" }), " relative " )}
184184 >
185185 <Icon name =" mdi:hand-heart" class =" mr-2 size-5" />
186186 Sponsor
@@ -191,7 +191,7 @@ import Icon from "astro-icon";
191191 rel =" noreferrer"
192192 class ={ cn (
193193 buttonVariants ({ variant: " outline" , size: " lg" }),
194- " px-4 z-50 " ,
194+ " px-4 relative " ,
195195 )}
196196 >
197197 <Icon name =" simple-icons:opensourceinitiative" class =" mr-2 size-5" />
You can’t perform that action at this time.
0 commit comments