chore: replace arrow glyphs with ASCII and tidy whitespace

This commit is contained in:
Brückner
2026-06-08 09:31:44 +02:00
parent e5e7c571a4
commit 47e7b65613
4 changed files with 5 additions and 5 deletions

View File

@ -180,7 +180,7 @@ sudo -u ghostgrid cat /opt/ghostgrid/.ssh/id_ed25519.pub
Add the public key in Gitea: Add the public key in Gitea:
```text ```text
Repository Settings Deploy Keys Add Deploy Key Repository > Settings > Deploy Keys > Add Deploy Key
``` ```
Keep the deploy key read-only. Keep the deploy key read-only.
@ -317,7 +317,7 @@ After installation or deployment, verify the following:
7. Verify the deployment flow: 7. Verify the deployment flow:
```text ```text
local change push to dev deploy.sh dev test merge to main deploy.sh main local change > push to dev > deploy.sh dev > test > merge to main > deploy.sh main
``` ```
## Manual Setup of the Staging Instance ## Manual Setup of the Staging Instance

View File

@ -271,7 +271,7 @@ export default function BookingCalendar({
))} ))}
</div> </div>
<p className="text-[10px] text-slate-500 font-mono"> <p className="text-[10px] text-slate-500 font-mono">
{new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} {' '} {new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} &gt;{' '}
{new Date(Date.now() + quickDuration * 3600_000).toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} {new Date(Date.now() + quickDuration * 3600_000).toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })}
</p> </p>
</div> </div>

View File

@ -54,7 +54,7 @@
color: var(--text) !important; color: var(--text) !important;
} }
/* ── Backgrounds: all dark hex variants card/inner */ /* ── Backgrounds: all dark hex variants > card/inner */
:root.light .bg-\[\#0B0F19\], :root.light .bg-\[\#0B0F19\],
:root.light .bg-\[\#0b0f19\] { :root.light .bg-\[\#0b0f19\] {
background-color: var(--bg) !important; background-color: var(--bg) !important;