replacecd Laravel title even further

This commit is contained in:
2025-10-31 13:10:22 +01:00
parent 8e98c151f8
commit daaa4c5572
6 changed files with 6 additions and 6 deletions
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
<head>
@include('partials.head')
@include('partials.head', ['title' => $title ?? null])
</head>
<body class="min-h-screen bg-white antialiased dark:bg-linear-to-b dark:from-neutral-950 dark:to-neutral-900">
<div class="bg-background flex min-h-svh flex-col items-center justify-center gap-6 p-6 md:p-10">