Co-authored-by: Pratyush Mohanty <prat_09@noreply.coracle.social> Co-committed-by: Pratyush Mohanty <prat_09@noreply.coracle.social>
This commit was merged in pull request #197.
This commit is contained in:
@@ -58,14 +58,14 @@
|
|||||||
<RelaySettingsItem
|
<RelaySettingsItem
|
||||||
icon={Inbox}
|
icon={Inbox}
|
||||||
title="Inbox Relays"
|
title="Inbox Relays"
|
||||||
subtitle="Where you send your public notes. Be sure to select relays that will accept your notes, and which will let people who follow you read them."
|
subtitle="Where other people should send notes intended for you. Be sure to select relays that will accept notes that tag you."
|
||||||
relays={readRelayUrls}
|
relays={readRelayUrls}
|
||||||
addRelay={addReadRelay}
|
addRelay={addReadRelay}
|
||||||
removeRelay={removeReadRelay} />
|
removeRelay={removeReadRelay} />
|
||||||
<RelaySettingsItem
|
<RelaySettingsItem
|
||||||
icon={Plane}
|
icon={Plane}
|
||||||
title="Outbox Relays"
|
title="Outbox Relays"
|
||||||
subtitle="Where other people should send notes intended for you. Be sure to select relays that will accept notes that tag you."
|
subtitle="Where you send your public notes. Be sure to select relays that will accept your notes, and which will let people who follow you read them."
|
||||||
relays={writeRelayUrls}
|
relays={writeRelayUrls}
|
||||||
addRelay={addWriteRelay}
|
addRelay={addWriteRelay}
|
||||||
removeRelay={removeWriteRelay} />
|
removeRelay={removeWriteRelay} />
|
||||||
|
|||||||
Reference in New Issue
Block a user