Setting title to BeetRound and changing the text of the landing page to a concise description of BeetRound.

This commit is contained in:
2026-02-11 11:00:13 +01:00
parent 14f04befd0
commit 8ef1e76788
6 changed files with 24 additions and 170 deletions

View File

@ -38,7 +38,7 @@ defmodule BeetRoundServerWeb.Layouts do
<header class="navbar px-4 sm:px-6 lg:px-8">
<div class="flex-1">
<a href="/" class="flex-1 flex w-fit items-center gap-2">
<img src={~p"/images/logo.svg"} width="36" />
<img src={~p"/images/BeetRound.png"} width="36" />
<span class="text-sm font-semibold">v{Application.spec(:phoenix, :vsn)}</span>
</a>
</div>