Skip to content

Commit

Permalink
Minor CSS bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Dec 30, 2024
1 parent 3220a1d commit 3d54666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Session.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
{#if exitReason !== null}
<div class="text-red-400">{exitReason}</div>
{:else if connected}
<div class="flex">
<div class="flex items-center">
<div class="text-green-400">You are connected!</div>
{#if userId && !hasWriteAccess}
<div
Expand Down

0 comments on commit 3d54666

Please sign in to comment.