Skip to content

Commit

Permalink
Let's get started
Browse files Browse the repository at this point in the history
  • Loading branch information
mradigen committed Apr 14, 2024
1 parent 8a30831 commit 4c43e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/(protected)/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
class="bottom-12 right-12 flex flex-col space-y-4 md:absolute md:flex-row md:space-x-4 md:space-y-0"
>
<button on:click={logout}>Logout</button>
<button class="border-0 bg-negative text-background" on:click={leaveTeam}
>Leave Team</button
>
<!-- <button class="border-0 bg-negative text-background" on:click={leaveTeam} -->
<!-- >Leave Team</button -->
<!-- > -->
</div>
{:else}
<form
Expand Down

0 comments on commit 4c43e3d

Please sign in to comment.