You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
<nav class='bg-slate-800 text-2xl p-2 text-slate-200 flex justify-between items-center'>
|
|
<%= link_to root_path, class: 'menu items-center flex gap-4 ' do %>
|
|
<%= fa_icon :road, size: 2 %>
|
|
<%= Rails.configuration.application_title %>
|
|
<% end %>
|
|
|
|
<div>
|
|
<%= link_to 'Flash', flash_path, class: :menu %>
|
|
</div>
|
|
</nav>
|