diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx
index 4ce1009a..7591ed2a 100644
--- a/src/components/Settings.tsx
+++ b/src/components/Settings.tsx
@@ -162,7 +162,7 @@ const Settings: React.FC
+ 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
+
+ .
+ Offline Mode
@@ -36,6 +45,57 @@ const OfflineModeSettings: React.FC
- 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 - - . -
-