Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

UI: Enhance Sign Out Button #393

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/lib/components/profile-picture.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
<div class="my-2 w-full border-[0.5px] border-skin-text-highlight" />
<a
href="/api/authentication/logout"
class="default-transition underline decoration-primary-100 hover:decoration-transparent"
>Sign out</a
class="default-transition decoration-primary-100 hover:decoration-transparent hover:text-neutral-100 text-primary-100 text-white bg-primary-100 p-2 rounded-md w-full text-center"
>Sign Out</a
>
</div>
{/if}
Expand All @@ -116,8 +116,8 @@
<div class="my-2 w-full border-[0.5px] border-skin-text-highlight" />
<a
href="/api/authentication/logout"
class="default-transition underline decoration-primary-100 hover:decoration-transparent"
>Sign out</a
class="default-transition decoration-primary-100 hover:decoration-transparent hover:text-neutral-100 text-primary-100 text-white bg-primary-100 p-2 rounded-md w-full text-center"
>Sign Out</a
>
</div>
</div>