fix: remove exclamation mark from "About SVR.JS" heading
This commit is contained in:
parent
34fdf4a62e
commit
f3613f024b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const About = () => {
|
|||
<h2 className="text-3xl md:text-5xl font-bold">
|
||||
About{" "}
|
||||
<span className="bg-gradient-to-b from-green-300 to-primary text-transparent bg-clip-text">
|
||||
SVR.JS!
|
||||
SVR.JS
|
||||
</span>
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground mt-4">
|
||||
|
|
Loading…
Reference in a new issue