mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +03:00
replace subspace minus separator with em dash
This commit is contained in:
parent
f621e4b941
commit
dd0189646b
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ export function Search({ requestClose }: SearchProps) {
|
|||
)}
|
||||
{!dm && perfectParent && perfectParent !== perfectOrphanParent && (
|
||||
<Text size="T200" priority="300" truncate>
|
||||
- {getRoom(perfectParent)?.name ?? perfectParent}
|
||||
— {getRoom(perfectParent)?.name ?? perfectParent}
|
||||
</Text>
|
||||
)}
|
||||
</Box>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue