Skip to content

Commit

Permalink
Merge pull request #7 from itaybar/remove-logout-button
Browse files Browse the repository at this point in the history
remove logout button
  • Loading branch information
itaybar authored Dec 30, 2023
2 parents 2859343 + 2331249 commit e3425a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/NavMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
class="flex h-9 flex-none shrink items-center gap-1.5 truncate pr-2 text-gray-500 dark:text-gray-400"
>{user?.username || user?.email}</span
>
<button
<!-- <button
type="submit"
class="ml-auto h-6 flex-none items-center gap-1.5 rounded-md border bg-white px-2 text-gray-700 shadow-sm group-hover:flex hover:shadow-none md:hidden dark:border-gray-600 dark:bg-gray-600 dark:text-gray-400 dark:hover:text-gray-300"
>
Sign Out
</button>
</button> -->
</form>
{/if}
{#if canLogin}
Expand Down

0 comments on commit e3425a6

Please sign in to comment.