0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix warning in console

This commit is contained in:
dragongoose 2024-06-02 12:04:18 -04:00
parent 1e43d63928
commit 9cbc027c68
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -28,7 +28,7 @@ export default {
<nav class="flex items-center justify-between flex-wrap p-4">
<div class="flex items-center flex-no-shrink text-contrast mr-6">
<router-link to="/">
<h1 class="font-bold text-2xl">Safe<color class="text-purple">Twitch</color></h1>
<h1 class="font-bold text-2xl">Safe<span class="text-purple">Twitch</span></h1>
</router-link>
</div>