mirror of
https://github.com/dergigi/boris.git
synced 2025-12-30 21:14:48 +01:00
refactor(settings): combine relay info into single paragraph
- Merge two separate paragraphs into one continuous text - Remove line break between relay recommendations and educational links
This commit is contained in:
@@ -154,7 +154,7 @@ const RelaySettings: React.FC<RelaySettingsProps> = ({ relayStatuses, onClose })
|
||||
fontSize: '0.9rem',
|
||||
lineHeight: '1.6'
|
||||
}}>
|
||||
<p style={{ margin: '0 0 0.75rem 0', color: 'var(--text-secondary)' }}>
|
||||
<p style={{ margin: 0, color: 'var(--text-secondary)' }}>
|
||||
Boris works best with a local relay. Consider running{' '}
|
||||
<a
|
||||
href="https://github.com/greenart7c3/Citrine?tab=readme-ov-file#download"
|
||||
@@ -173,10 +173,7 @@ const RelaySettings: React.FC<RelaySettingsProps> = ({ relayStatuses, onClose })
|
||||
>
|
||||
nostr-relay-tray
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
<p style={{ margin: 0, color: 'var(--text-secondary)' }}>
|
||||
Don't know what relays are? Learn more{' '}
|
||||
. Don't know what relays are? Learn more{' '}
|
||||
<a
|
||||
onClick={(e) => {
|
||||
e.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user