working on header

This commit is contained in:
Kevin BATAILLE
2025-08-28 14:27:06 +02:00
parent 9513867614
commit a8a8c55041
229 changed files with 187 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
<%= link_to "Évenements", events_path,
class: "text-neutral-100 hover:text-primary-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200"
%>
<%= link_to t('header.concerts'), "#" ,
class: "text-neutral-100 hover:text-primary-200 px-3 py-2 rounded-md text-sm font-medium transition-colors duration-200"
%>