mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
first front end prototype
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</head>
|
||||
<body class="font-sans antialiased">
|
||||
<x-jet-banner />
|
||||
<div class="min-h-screen bg-gray-100">
|
||||
<div class="min-h-screen bg-white">
|
||||
@livewire('navigation-menu')
|
||||
<!-- Page Heading -->
|
||||
@if (isset($header))
|
||||
|
||||
@@ -13,21 +13,7 @@
|
||||
@livewireStyles
|
||||
</head>
|
||||
<body class="font-sans antialiased">
|
||||
<x-jet-banner />
|
||||
<div class="min-h-screen bg-gray-100">
|
||||
<!-- Page Heading -->
|
||||
@if (isset($header))
|
||||
<header class="bg-white shadow">
|
||||
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
|
||||
{{ $header }}
|
||||
</div>
|
||||
</header>
|
||||
@endif
|
||||
<!-- Page Content -->
|
||||
<main>
|
||||
{{ $slot }}
|
||||
</main>
|
||||
</div>
|
||||
{{ $slot }}
|
||||
@stack('modals')
|
||||
@livewireScripts
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user