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>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content={get_csrf_token()} />
<.live_title default="BeetRoundServer" suffix=" · Phoenix Framework">
<.live_title default="BeetRound" suffix=" · Das grüne Zebra">
{assigns[:page_title]}
</.live_title>
<link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} />