diff options
Diffstat (limited to 'src/app/Hero.tsx')
| -rw-r--r-- | src/app/Hero.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/Hero.tsx b/src/app/Hero.tsx index c36c4df..5bb6a8c 100644 --- a/src/app/Hero.tsx +++ b/src/app/Hero.tsx @@ -32,7 +32,7 @@ export default function Hero() { > <Link href="/get-started" - className="relative inline-flex h-8 overflow-hidden rounded-full p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 shadow-lg" + className="relative inline-flex h-8 overflow-hidden rounded-full p-px focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 shadow-lg" > <span className="absolute inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#E2CBFF_0%,#393BB2_50%,#E2CBFF_100%)]" /> <span className="inline-flex h-full mx-auto my-auto w-full cursor-pointer items-center justify-center rounded-full bg-white px-3 py-1 text-sm font-medium z-10"> |
