working on header
This commit is contained in:
6
app/views/components/_nav_links.html.erb
Executable file
6
app/views/components/_nav_links.html.erb
Executable 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"
|
||||
%>
|
||||
Reference in New Issue
Block a user