refactor: increase PWA SVG illustration size from 120px to 200px

This commit is contained in:
Gigi
2025-10-15 18:51:54 +02:00
parent 02dd537cd9
commit 79f28a142d

View File

@@ -208,7 +208,7 @@ const PWASettings: React.FC<PWASettingsProps> = ({ settings, onUpdate, onClose }
<img
src="/pwa.svg"
alt="Progressive Web App"
style={{ width: '120px', height: 'auto', alignSelf: 'stretch', flexShrink: 0, opacity: 0.8 }}
style={{ width: '200px', height: 'auto', alignSelf: 'stretch', flexShrink: 0, opacity: 0.8 }}
/>
</div>
</div>