chore: update readme and wording

This commit is contained in:
Benjamin Nussbaum 2025-03-17 21:49:43 +01:00
parent a6eb2f6101
commit 4485e20725
4 changed files with 53 additions and 23 deletions

View file

@ -2,5 +2,5 @@
<x-app-logo-icon class="size-5 fill-current text-white dark:text-black" />
</div>
<div class="ml-1 grid flex-1 text-left text-sm">
<span class="mb-0.5 truncate leading-none font-semibold">Laravel TRMNL Server</span>
<span class="mb-0.5 truncate leading-none font-semibold">TRMNL BYOS Laravel</span>
</div>

View file

@ -1,7 +1,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ $title ?? 'Laravel TRMNL Server' }}</title>
<title>{{ $title ?? 'TRMNL BYOS Laravel' }}</title>
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=inter:400,500,600&display=swap" rel="stylesheet" />

View file

@ -1,6 +1,6 @@
<x-layouts.auth.card>
<div class="flex flex-col gap-6">
<x-auth-header title="Laravel TRMNL Server" description="Server is up and running."/>
<x-auth-header title="TRMNL BYOS Laravel" description="Server is up and running."/>
</div>
<header class="w-full lg:max-w-4xl max-w-[335px] text-sm mt-6 not-has-[nav]:hidden">
@if (Route::has('login'))