diff --git a/ext/src/ui/options/index.tsx b/ext/src/ui/options/index.tsx index d23bacc..6d81c1d 100644 --- a/ext/src/ui/options/index.tsx +++ b/ext/src/ui/options/index.tsx @@ -429,7 +429,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {

LICENSE

- { LICENSE.replace(/\S\n\S/g, "") } + { LICENSE.replace(/(\S)\n(\S)/g, "$1 $2") }