fix: update header and layout structure for flash messages

This commit is contained in:
Kevin BATAILLE
2025-08-26 18:34:03 +02:00
parent c226adc36c
commit 062820873f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<div class="flex">
<!-- Logo -->
<div class="shrink-0 flex items-center">
<%= link_to Rails.application.config.app_name, "/" , class: "text-xl font-bold text-white" %>
<%= link_to Rails.application.config.app_name, current_user ? "/dashboard" : "/", class: "text-xl font-bold text-white" %>
</div>
<!-- Navigation Links -->
<div class="hidden space-x-8 sm:-my-px sm:ms-10 sm:flex items-center">