Skip to content

Commit

Permalink
fix: settings login icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Apr 14, 2024
1 parent d68aa05 commit 6d8027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/views/Settings/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand Down

0 comments on commit 6d8027c

Please sign in to comment.