Forgot a hover:, whoops
This commit is contained in:
parent
7a53614356
commit
23e4560729
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue