Fix license text

This commit is contained in:
hensm
2020-02-15 06:54:48 +00:00
parent cb56f3b62a
commit 93a6e1dcd8

View File

@@ -429,7 +429,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {
<h3>LICENSE</h3>
</summary>
<div className="about__license-text">
{ LICENSE.replace(/\S\n\S/g, "") }
{ LICENSE.replace(/(\S)\n(\S)/g, "$1 $2") }
</div>
</details>