Forgot a hover:, whoops

This commit is contained in:
Robert S 2022-05-08 13:33:25 +02:00
parent 7a53614356
commit 23e4560729
No known key found for this signature in database
GPG key ID: 0F703E143299812C

View file

@ -49,7 +49,7 @@ export default function Contact() {
</svg> </svg>
<p className="text-white text-xl overflow-ellipsis">Wallvon</p> <p className="text-white text-xl overflow-ellipsis">Wallvon</p>
</a> </a>
<button onClick={handleDiscordClick} className="bg-gray-800 text-white p-4 text-center rounded space-y-0.5 has-tooltip"> <button onClick={handleDiscordClick} className="bg-gray-800 text-white p-4 text-center rounded space-y-0.5 has-tooltip hover:text-rose-600 duration-200">
<svg <svg
fill="currentColor" fill="currentColor"
className="mx-auto max-h-12" className="mx-auto max-h-12"