Change UI label (#832)
This commit is contained in:
parent
bca00f46a9
commit
0a2cca6e40
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export function HomeSpaceOptions({ spaceId, afterOptionSelect }) {
|
||||||
iconSrc={HashGlobeIC}
|
iconSrc={HashGlobeIC}
|
||||||
onClick={() => { afterOptionSelect(); openPublicRooms(); }}
|
onClick={() => { afterOptionSelect(); openPublicRooms(); }}
|
||||||
>
|
>
|
||||||
Join public room
|
Explore public rooms
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
)}
|
)}
|
||||||
{ !spaceId && (
|
{ !spaceId && (
|
||||||
|
|
Loading…
Reference in a new issue