diff --git a/web/config-overrides.js b/web/config-overrides.js index 532417356..3f99bbf8e 100644 --- a/web/config-overrides.js +++ b/web/config-overrides.js @@ -26,5 +26,5 @@ module.exports = override( adjustStyleLoaders(({ use: [, , postcss] }) => { const postcssOptions = postcss.options; postcss.options = { postcssOptions }; - }) + }), ); diff --git a/web/public/index.html b/web/public/index.html index 466a75bd3..c6c2e262a 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -1,4 +1,4 @@ - + diff --git a/web/public/tpl.html b/web/public/tpl.html index aea0741e6..aa0f419dc 100644 --- a/web/public/tpl.html +++ b/web/public/tpl.html @@ -1,4 +1,4 @@ - + FilterLists.com for Internet Explorer diff --git a/web/src/components/SubscribeButtons.tsx b/web/src/components/SubscribeButtons.tsx index 291d9602b..31a544a5b 100644 --- a/web/src/components/SubscribeButtons.tsx +++ b/web/src/components/SubscribeButtons.tsx @@ -55,7 +55,7 @@ const SubscribeButton = (props: SubscribeButtonProps) => { const buttonProps = buildButtonProps( props.name, props.viewUrl, - props.isPrimary + props.isPrimary, ); return (