NIP-65: Relay list metada #238

Merged
verbiricha merged 17 commits from relays-list into main 2023-02-10 19:23:52 +00:00
Showing only changes of commit 5b5ae2e6b9 - Show all commits

View File

@ -225,7 +225,7 @@ const PreferencesPage = () => {
{emoji("").map(({ name, char }) => { {emoji("").map(({ name, char }) => {
return ( return (
<option value={char}> <option value={char}>
{char} {name} {name} {char}
</option> </option>
); );
})} })}