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.

6 lines
279 B

2 months ago
3 months ago
  1. <nav class='bg-slate-800 text-2xl justify-items-center p-2 flex text-slate-200'>
  2. <%= link_to root_path, class: 'items-center flex gap-4 hover:bg-slate-700 p-2 text-2xl' do %>
  3. <%= fa_icon :road, size: 2 %>
  4. <%= Rails.configuration.application_title %>
  5. <% end %>
  6. </nav>