We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cb219 commit f64f3e1Copy full SHA for f64f3e1
resources/views/layouts/app.blade.php
@@ -30,7 +30,7 @@
30
<main class="p-4 sm:p-6 lg:p-8 mx-auto max-w-{{ config('speedtest.content_width') }} space-y-4 sm:space-y-8">
31
<header class="flex flex-col gap-4 sm:flex-row sm:justify-between sm:items-center">
32
<div>
33
- <h1 class="text-2xl font-bold tracking-tight text-gray-950 dark:text-white sm:text-3xl">{{ $title ?? 'Page Title' }}</h1>
+ <h1 class="text-2xl font-bold tracking-tight text-gray-950 dark:text-white sm:text-3xl">{{ $title ?? 'Page Title' }} - {{ config('app.name') }}</h1>
34
</div>
35
36
<div class="flex-shrink-0">
0 commit comments