feat: Add language switcher to guest layout
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="font-sans text-gray-900 antialiased">
|
<body class="font-sans text-gray-900 antialiased">
|
||||||
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100">
|
<div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100">
|
||||||
|
<div class="mb-4 text-center">
|
||||||
|
@livewire('language-switcher')
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="/" wire:navigate>
|
<a href="/" wire:navigate>
|
||||||
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
<x-application-logo class="w-20 h-20 fill-current text-gray-500" />
|
||||||
|
|||||||
Reference in New Issue
Block a user