diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index 61da6368..6f1d7c6c 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -67,64 +67,7 @@ const PWASettings: React.FC = ({ settings, onUpdate, onClose }
- {/* PWA Install Section */} -
-

- Install Boris on your device for a native app experience. -

-

- Note: Boris works best with a local relay. Consider running{' '} - - Citrine - - {' or '} - - nostr-relay-tray - - {' '}to bring full offline functionality to Boris. Don't know what relays are? Learn more{' '} - { - e.preventDefault() - handleLinkClick('https://nostr.how/en/relays') - }} - style={{ color: 'var(--accent, #8b5cf6)', cursor: 'pointer' }} - > - here - - {' and '} - { - e.preventDefault() - handleLinkClick('https://davidebtc186.substack.com/p/the-importance-of-hosting-your-own') - }} - style={{ color: 'var(--accent, #8b5cf6)', cursor: 'pointer' }} - > - here - - . -

- -
- - {/* Flight Mode Section */} + {/* Flight Mode Section - Checkboxes First */}
+ + {/* PWA Install Section - Paragraphs */} +
+

+ Install Boris on your device for a native app experience. +

+

+ Note: Boris works best with a local relay. Consider running{' '} + + Citrine + + {' or '} + + nostr-relay-tray + + {' '}to bring full offline functionality to Boris. Don't know what relays are? Learn more{' '} + { + e.preventDefault() + handleLinkClick('https://nostr.how/en/relays') + }} + style={{ color: 'var(--accent, #8b5cf6)', cursor: 'pointer' }} + > + here + + {' and '} + { + e.preventDefault() + handleLinkClick('https://davidebtc186.substack.com/p/the-importance-of-hosting-your-own') + }} + style={{ color: 'var(--accent, #8b5cf6)', cursor: 'pointer' }} + > + here + + . +

+ +
{!isMobile && (