chore: remove StationSearch, dead Volt SFCs, mobile prototype, and fix homepage CTAs
This commit is contained in:
9
resources/views/layouts/shell.blade.php
Normal file
9
resources/views/layouts/shell.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
@include('partials.head', ['title' => $title ?? null])
|
||||
</head>
|
||||
<body class="bg-surface-page text-text-base font-sans antialiased">
|
||||
{{ $slot }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user