feat(assets): replace logo image with SVG format and update favicon; adjust theme color in manifest

This commit is contained in:
hamed
2026-07-03 12:00:52 +03:30
parent 913a8c4bfa
commit 9cabdb33e8
9 changed files with 14 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="512" height="512">
<g fill="none">
<path d="M34.6 13.4 A15 15 0 1 0 34.6 34.6" stroke="#5559CE" stroke-width="9" stroke-linecap="butt"></path>
<line x1="24" y1="24" x2="33" y2="19.5" stroke="#FFB800" stroke-width="3.5" stroke-linecap="round"></line>
<circle cx="24" cy="24" r="2.8" fill="#5559CE"></circle>
</g>
</svg>

After

Width:  |  Height:  |  Size: 401 B

+1 -1
View File
@@ -6,7 +6,7 @@
"scope": "/admin",
"display": "standalone",
"orientation": "portrait-primary",
"theme_color": "#5b4fd8",
"theme_color": "#5559CE",
"background_color": "#f8fafc",
"lang": "fa",
"dir": "rtl",