mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-13 13:00:34 +00:00
fix: settings login icon
This commit is contained in:
parent
d68aa05a0b
commit
6d8027cb39
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@
|
|||
</div>
|
||||
<div class='pointer my-5 rounded' use:click={loginButton}>
|
||||
<div class='px-20 py-10 d-flex'>
|
||||
{#if anilistClient.userID?.viewer?.data?.Viewer}
|
||||
{#if !anilistClient.userID?.viewer?.data?.Viewer}
|
||||
<span class='material-symbols-outlined font-size-24 pr-10 d-inline-flex justify-content-center align-items-center'>login</span>
|
||||
<div class='font-size-16'>Login With AniList</div>
|
||||
<span class='material-symbols-outlined rounded mr-10'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue