We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c784cd commit a7f3531Copy full SHA for a7f3531
src/components/contact/ContactComponent.astro
@@ -37,7 +37,7 @@ import { AnimatedTooltip } from "@/components/ui/AnimatedToolTip";
37
text="Email me!"
38
client:visible
39
className="text-xl font-bold underline transition-colors duration-75 hover:text-blue-500"
40
- >Send me a Message</AnimatedTooltip
+ >[email protected]</AnimatedTooltip
41
>
42
</div>
43
0 commit comments