From 483845962e9e2757f5f2da8563bff1dea67b145a Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 18:53:38 +0200 Subject: [PATCH] refactor: combine relay info text with PWA description into single paragraph --- src/components/Settings/PWASettings.tsx | 91 +++++++++++-------------- 1 file changed, 39 insertions(+), 52 deletions(-) diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index 0181aeae..18be466d 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -72,7 +72,45 @@ const PWASettings: React.FC = ({ settings, onUpdate, onClose } Install Boris as a PWA

- Install Boris on your device for a native app experience with offline support. + Install Boris on your device for a native app experience with offline support. Boris works best with a local relay. Consider running{' '} + + Citrine + + {' or '} + + nostr-relay-tray + + . 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 + + .