This commit is contained in:
2024-11-23 19:34:00 -05:00
parent 03d47b5b5a
commit c3c4ecf0fd

View File

@@ -9,15 +9,9 @@
<%= yield :head %> <%= yield :head %>
<<<<<<< Updated upstream
<link rel="manifest" nhref="/manifest.json"> <link rel="manifest" nhref="/manifest.json">
<link rel="icon" href="<%= image_path '/icon.png' %>" type="image/png"> <link rel="icon" href="<%= image_path '/icon.png' %>" type="image/png">
<link rel="apple-touch-icon" href="<%= image_path '/icon.png' %>"> <link rel="apple-touch-icon" href="<%= image_path '/icon.png' %>">
=======
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="<%= image_path 'icon.png' %>" type="image/png">
<link rel="apple-touch-icon" href="<%= image_path 'icon.png' %>">
>>>>>>> Stashed changes
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>