Add missing space. Closes #1231
This commit is contained in:
@@ -27,7 +27,7 @@ export default function Message(props) {
|
|||||||
<div
|
<div
|
||||||
class="text-white text-center opacity-50 overflow-hidden break-words"
|
class="text-white text-center opacity-50 overflow-hidden break-words"
|
||||||
>
|
>
|
||||||
<span class="font-bold">${oldName}</span> is now known as
|
<span class="font-bold">${oldName}</span> is now known as ${' '}
|
||||||
<span class="font-bold">${displayName}</span>.
|
<span class="font-bold">${displayName}</span>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user