Skip to content

Commit cbc04d0

Browse files
committed
change text gradient color
1 parent 609a8d2 commit cbc04d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/hero-section-nexus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ const InteractiveHero: React.FC = () => {
692692
</span>
693693
</span>
694694
<br />
695-
<span className="relative inline-block bg-gradient-to-r from-emerald-400 via-blue-400 to-purple-400 bg-clip-text text-transparent">
695+
<span className="relative inline-block bg-gradient-to-r from-emerald-400 via-red-400 to-red-400 bg-clip-text text-transparent">
696696
Infrastructure
697697
</span>
698698
<br />

0 commit comments

Comments
 (0)