Fix identifier wrapping
Fixes https://github.com/matrix-org/matrix.to/issues/153
This commit is contained in:
@@ -40,7 +40,10 @@ const Nheko: TextClient = {
|
||||
<span>
|
||||
Type{' '}
|
||||
<code>
|
||||
/join <b>{link.identifier}</b>
|
||||
/join{' '}
|
||||
<b className="matrixIdentifier">
|
||||
{link.identifier}
|
||||
</b>
|
||||
</code>
|
||||
</span>
|
||||
);
|
||||
@@ -49,7 +52,10 @@ const Nheko: TextClient = {
|
||||
<span>
|
||||
Type{' '}
|
||||
<code>
|
||||
/invite <b>{link.identifier}</b>
|
||||
/invite{' '}
|
||||
<b className="matrixIdentifier">
|
||||
{link.identifier}
|
||||
</b>
|
||||
</code>
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user