feat: cursor pointer for email icon

This commit is contained in:
EETagent 2022-11-29 12:31:25 +01:00
parent 5a5663e4cc
commit 3fa1ee44a5

View file

@ -8,4 +8,7 @@
@apply select-none;
}
span:hover {
@apply cursor-pointer;
}
</style>