mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Fix license text
This commit is contained in:
@@ -429,7 +429,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
|||||||
<h3>LICENSE</h3>
|
<h3>LICENSE</h3>
|
||||||
</summary>
|
</summary>
|
||||||
<div className="about__license-text">
|
<div className="about__license-text">
|
||||||
{ LICENSE.replace(/\S\n\S/g, "") }
|
{ LICENSE.replace(/(\S)\n(\S)/g, "$1 $2") }
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user