Adjusted header of the live view pages to BeetRound.

This commit is contained in:
2026-02-11 16:43:30 +01:00
parent 97cc49975a
commit 15c02deb7a

View File

@ -44,25 +44,16 @@ defmodule BeetRoundServerWeb.Layouts do
<div class="flex-1">
<a href="/" class="flex-1 flex w-fit items-center gap-2">
<img src={~p"/images/BeetRound.png"} width="36" />
<span class="text-sm font-semibold">v{Application.spec(:phoenix, :vsn)}</span>
<span class="text-sm font-semibold">
BeetRound v{Application.spec(:beet_round_server, :vsn)} | Das grüne Zebra
</span>
</a>
</div>
<div class="flex-none">
<ul class="flex flex-column px-1 space-x-4 items-center">
<li>
<a href="https://phoenixframework.org/" class="btn btn-ghost">Website</a>
</li>
<li>
<a href="https://github.com/phoenixframework/phoenix" class="btn btn-ghost">GitHub</a>
</li>
<li>
<.theme_toggle />
</li>
<li>
<a href="https://hexdocs.pm/phoenix/overview.html" class="btn btn-primary">
Get Started <span aria-hidden="true">&rarr;</span>
</a>
</li>
</ul>
</div>
</header>