Adição do icone REEM

This commit is contained in:
2026-06-17 17:26:54 -03:00
parent 082a1f0d87
commit c8ce50fd0e
3 changed files with 3 additions and 7 deletions

View File

@@ -7,9 +7,9 @@
<meta name="csrf-token" content="<%= form_authenticity_token %>"> <meta name="csrf-token" content="<%= form_authenticity_token %>">
<title><%= content_for?(:title) ? "#{yield(:title)} | Reem Logística" : "Reem Logística" %></title> <title><%= content_for?(:title) ? "#{yield(:title)} | Reem Logística" : "Reem Logística" %></title>
<%# Favicon / ícone do app (marca Reem — quadrado laranja com "G") %> <%# Favicon / ícone do app (marca Reem — van laranja) %>
<link rel="icon" href="/favicon.svg" type="image/svg+xml"> <link rel="icon" href="/favicon.png" type="image/png">
<link rel="apple-touch-icon" href="/favicon.svg"> <link rel="apple-touch-icon" href="/favicon.png">
<%# Tailwind via CDN em desenvolvimento — compilar em produção %> <%# Tailwind via CDN em desenvolvimento — compilar em produção %>
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="14" fill="#f97316"/>
<text x="32" y="47" font-family="Arial, Helvetica, sans-serif" font-size="44" font-weight="900" text-anchor="middle" fill="#0a0a0a">G</text>
</svg>

Before

Width:  |  Height:  |  Size: 290 B