feat(frontend): favicon cu iconița din meniu (LayoutDashboard)

Favicon care reia simbolul din meniul aplicației — panourile albe
de „dashboard" pe fundal indigo (#6366f1, culoarea accent). Include
favicon.ico (16/32/48/64), favicon.svg scalabil, PNG-uri 16/32 și
apple-touch-icon 180. Elimină eroarea 404 la /favicon.ico.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-07-10 18:29:00 +00:00
parent 38902413f7
commit ab15beb874
6 changed files with 14 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<rect width="24" height="24" rx="5.3" fill="#6366f1"/>
<g fill="#ffffff">
<rect x="3" y="3" width="7" height="9" rx="1"/>
<rect x="14" y="3" width="7" height="5" rx="1"/>
<rect x="14" y="12" width="7" height="9" rx="1"/>
<rect x="3" y="16" width="7" height="5" rx="1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 388 B