mirror of
https://github.com/dergigi/boris.git
synced 2025-12-30 13:04:57 +01:00
refactor: rename section title from 'PWA & Flight Mode' to 'App & Airplane Mode'
This commit is contained in:
@@ -62,7 +62,7 @@ const PWASettings: React.FC<PWASettingsProps> = ({ settings, onUpdate, onClose }
|
||||
|
||||
return (
|
||||
<div className="settings-section">
|
||||
<h3 className="section-title">PWA & Flight Mode</h3>
|
||||
<h3 className="section-title">App & Airplane Mode</h3>
|
||||
|
||||
<div style={{ display: 'flex', gap: '2rem', alignItems: 'stretch' }}>
|
||||
<div style={{ flex: 1, display: 'flex', flexDirection: 'column', gap: '0.25rem' }}>
|
||||
|
||||
Reference in New Issue
Block a user