Add missing line breaks on showMessage

This commit is contained in:
omuretsu 2022-11-03 11:31:25 -04:00
parent e42b1c2edd
commit 6ac04717fe

@ -28,7 +28,10 @@ function showMessage(name: MessageFilenames): void {
Message received from unknown sender:
<br />
<br />
<i>{msg.msg}</i>This message was saved as {msg.filename} onto your home computer.
<i>{msg.msg}</i>
<br />
<br />
This message was saved as {msg.filename} onto your home computer.
</>,
);
}