Adjusted header of the live view pages to BeetRound.
This commit is contained in:
@ -44,25 +44,16 @@ defmodule BeetRoundServerWeb.Layouts do
|
|||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<a href="/" class="flex-1 flex w-fit items-center gap-2">
|
<a href="/" class="flex-1 flex w-fit items-center gap-2">
|
||||||
<img src={~p"/images/BeetRound.png"} width="36" />
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-none">
|
<div class="flex-none">
|
||||||
<ul class="flex flex-column px-1 space-x-4 items-center">
|
<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>
|
<li>
|
||||||
<.theme_toggle />
|
<.theme_toggle />
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://hexdocs.pm/phoenix/overview.html" class="btn btn-primary">
|
|
||||||
Get Started <span aria-hidden="true">→</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user