mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
Fix warning in console
This commit is contained in:
parent
1e43d63928
commit
9cbc027c68
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default {
|
||||||
<nav class="flex items-center justify-between flex-wrap p-4">
|
<nav class="flex items-center justify-between flex-wrap p-4">
|
||||||
<div class="flex items-center flex-no-shrink text-contrast mr-6">
|
<div class="flex items-center flex-no-shrink text-contrast mr-6">
|
||||||
<router-link to="/">
|
<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>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue