forked from github/cinny
fix: remove typo in no rooms UI (#2834)
This commit is contained in:
@@ -286,7 +286,7 @@ export function Search({ requestClose }: SearchProps) {
|
|||||||
gap="100"
|
gap="100"
|
||||||
>
|
>
|
||||||
<Text size="H6" align="Center">
|
<Text size="H6" align="Center">
|
||||||
{result ? 'No Match Found' : `No Rooms'}`}
|
{result ? 'No Match Found' : 'No Rooms'}
|
||||||
</Text>
|
</Text>
|
||||||
<Text size="T200" align="Center">
|
<Text size="T200" align="Center">
|
||||||
{result
|
{result
|
||||||
|
|||||||
Reference in New Issue
Block a user