Minor usability improvements (#2405)
Some checks failed
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled

* usability improvements

* revert change

* requested change
This commit is contained in:
Gimle Larpes 2025-08-05 16:29:04 +03:00 committed by GitHub
parent 13961d501f
commit a41dee4a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View file

@ -47,7 +47,12 @@ export function RoomPublish({ powerLevels }: RoomPublishProps) {
gap="400"
>
<SettingTile
title="Publish To Directory"
title="Publish to Directory"
description={
room.isSpaceRoom()
? 'List the space in the public directory to make it discoverable by others.'
: 'List the room in the public directory to make it discoverable by others.'
}
after={
<Box gap="200" alignItems="Center">
{loading && <Spinner variant="Secondary" />}