fix: fix PWA for mobile
This commit is contained in:
13
frontend/public/icon-source.svg
Normal file
13
frontend/public/icon-source.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<!-- Background -->
|
||||
<rect width="512" height="512" rx="96" fill="#0f172a"/>
|
||||
<!-- Chart line scaled to center safe zone (~360px) -->
|
||||
<g transform="translate(76, 76) scale(15)">
|
||||
<polyline points="22 7 13.5 15.5 8.5 10.5 2 17"
|
||||
fill="none" stroke="#3b82f6" stroke-width="2.2"
|
||||
stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<polyline points="16 7 22 7 22 13"
|
||||
fill="none" stroke="#3b82f6" stroke-width="2.2"
|
||||
stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 570 B |
Reference in New Issue
Block a user