feat: Add language switcher to guest layout

This commit is contained in:
2026-05-14 12:58:27 +02:00
parent 2c2e8fde7d
commit 61910d366f
+3
View File
@@ -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" />