chore(gui-client): apply feedback from #9160 (#9161)

This commit is contained in:
Thomas Eizinger
2025-05-16 15:08:40 +10:00
committed by GitHub
parent f3b1ec7cb4
commit 9eaad81165

View File

@@ -19,7 +19,8 @@
<div id="signed-out">
<div class="flex flex-col items-center gap-4">
<p class="text-center">
You can sign in by clicking the Firezone icon the task bar or by clicking 'Sign-in' below.
You can sign in by clicking the Firezone icon the taskbar or by
clicking 'Sign-in' below.
</p>
<button
class="text-white bg-accent-450 hover:bg-accent-700 font-medium rounded-md text-md px-5 py-1.5"
@@ -28,8 +29,8 @@
Sign in
</button>
<p class="text-xs text-center">
Firezone will continue running after this window is closed.</br>
It is always available from the task bar.
Firezone will continue running after this window is closed.<br />
It is always available from the taskbar.
</p>
</div>
</div>
@@ -37,22 +38,22 @@
<div id="signed-in">
<div class="flex flex-col items-center gap-4">
<p class="text-center">
You are currently signed into&nbsp;<span
You are currently signed into&nbsp;<span
class="font-bold"
id="account-slug"
></span
>&nbsp;as&nbsp;<span class="font-bold" id="actor-name"></span>.</br>
Click the Firezone icon in the task bar to see the list of Resources.
></span
>&nbsp;as&nbsp;<span class="font-bold" id="actor-name"></span>.<br />
Click the Firezone icon in the taskbar to see the list of Resources.
</p>
<button
class="text-white bg-accent-450 hover:bg-accent-700 font-medium rounded-md text-md px-5 py-1.5"
class="text-white bg-accent-450 hover:bg-accent-700 font-medium rounded-md text-md px-5 py-1.5"
id="sign-out"
>
>
Sign out
</button>
<p class="text-xs text-center">
Firezone will continue running after this window is closed.</br>
It is always available from the task bar.
Firezone will continue running in the taskbar after this window is
closed.
</p>
</div>
</div>