fixed gradient
This commit is contained in:
parent
cf9208cf53
commit
7797b4fa71
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const Hero = () => {
|
|||
</AnimatedGradientText>
|
||||
<main className="text-5xl md:text-6xl font-bold">
|
||||
<h1 className="inline custom-title">
|
||||
<span className="bg-primary bg-clip-text text-transparent">
|
||||
<span className="bg-primary bg-clip-text text-transparent dark:bg-gradient-to-b dark:from-green-300 dark:to-primary">
|
||||
Simplify
|
||||
</span>{" "}
|
||||
your server logic performance
|
||||
|
|
Loading…
Reference in a new issue