Remove "bg-primary" Tailwind class from the "Simplify" word in the heading in the hero section, that will be overridden by gradient-related Tailwind class anyway.

This commit is contained in:
Dorian Niemiec 2024-07-29 20:47:20 +02:00
parent 2bf2d3036b
commit 3e4468161c

View file

@ -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 bg-gradient-to-r from-green-300 to-primary">
<span className="text-transparent bg-gradient-to-r from-green-300 to-primary bg-clip-text">
Simplify
</span>{" "}
your server logic performance