refactor: set PWA SVG width to 30% for responsive scaling

This commit is contained in:
Gigi
2025-10-15 18:57:35 +02:00
parent 8831726913
commit 27cf393a03

View File

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