()
| 1 | const TextGradient = () => { |
| 2 | return ( |
| 3 | <h1 className="animate-textGradient bg-gradient-to-r from-red-500 via-yellow-500 to-green-500 bg-clip-text text-2xl font-semibold text-transparent"> |
| 4 | SyntaxUI |
| 5 | </h1> |
| 6 | ) |
| 7 | } |
| 8 | |
| 9 | export default TextGradient |
nothing calls this directly
no outgoing calls
no test coverage detected