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

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Cahllagerfeld committed Oct 24, 2023
1 parent dcbc76c commit 10a330c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/lib/components/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,10 @@
{#if username}
<ProfilePicture {username} />
{:else}
<!-- <a
data-test-id="login-btn-lg"
class="default-transition rounded-xl bg-orange-500 px-4 py-2 text-skin-off-background hover:shadow-primary-hover dark:bg-skin-text-highlight dark:text-skin-background dark:hover:bg-orange-400"
href="/login">Login</a
> -->
<a
data-test-id="login-btn-lg"
href="/login"
class="relative rounded-lg bg-skin-primary px-4 py-2 text-white shadow-lg transition duration-200 hover:shadow-primary-hover bg-skin-primary"
class="relative rounded-lg px-4 py-2 text-white shadow-lg transition duration-200 hover:shadow-primary-hover bg-skin-primary"
>Login</a
>
{/if}
Expand Down

0 comments on commit 10a330c

Please sign in to comment.