mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
let’s spell things correctly eh?
This commit is contained in:
parent
aea58b89ed
commit
1220682ffc
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
||||||
class:visible={isLogoutOpen}
|
class:visible={isLogoutOpen}
|
||||||
on:click={logout}
|
on:click={logout}
|
||||||
>
|
>
|
||||||
logout
|
log out
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
on:click={openGithub}
|
on:click={openGithub}
|
||||||
on:dblclick={preventDoubleClick}
|
on:dblclick={preventDoubleClick}
|
||||||
>
|
>
|
||||||
login
|
log in
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue