mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 19:14:52 +01:00
refactor: increase PWA SVG illustration size from 120px to 200px
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user