changed icon and bg for btn discord-auth in header

This commit is contained in:
Kostya
2023-11-25 12:02:18 +03:00
parent b536562a74
commit 26df176045
4 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
</div>
<div v-else class="header__card--auth">
<div class="auth__card--content">
<a href="#" @click="auth = true"><span><img width="30" height="30" src="../assets/icons-header/discord-icon.png"></span>Вход</a>
<a href="#" @click="auth = true"><span><img width="30" height="30" src="../assets/icons-header/discord-icon.svg"></span>Вход</a>
</div>
</div>
</div>