We sent you an email
diff --git a/app/soapbox/features/video/index.js b/app/soapbox/features/video/index.js
index 0bcb094d7..d4250029b 100644
--- a/app/soapbox/features/video/index.js
+++ b/app/soapbox/features/video/index.js
@@ -589,8 +589,8 @@ class Video extends React.PureComponent {
-
-
+
+
@@ -613,10 +613,10 @@ class Video extends React.PureComponent {
- {(sensitive && !onCloseVideo) && }
- {(!fullscreen && onOpenVideo) && }
- {/* onCloseVideo && */}
-
+ {(sensitive && !onCloseVideo) && }
+ {(!fullscreen && onOpenVideo) && }
+ {/* onCloseVideo && */}
+
diff --git a/package.json b/package.json
index cb9ab4481..09b041554 100644
--- a/package.json
+++ b/package.json
@@ -67,7 +67,7 @@
"@sentry/browser": "^7.2.0",
"@sentry/react": "^7.2.0",
"@sentry/tracing": "^7.2.0",
- "@tabler/icons": "^1.71.0",
+ "@tabler/icons": "^1.73.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@testing-library/react": "^12.1.4",
diff --git a/webpack/shared.js b/webpack/shared.js
index 9dee79de1..fb8308ee4 100644
--- a/webpack/shared.js
+++ b/webpack/shared.js
@@ -145,9 +145,6 @@ module.exports = {
'node_modules',
],
alias: {
- // Override tabler's package.json to allow importing .svg files directly
- // https://stackoverflow.com/a/35990101/8811886
- '@tabler': resolve('node_modules', '@tabler'),
'icons': resolve('app', 'icons'),
'custom': resolve('custom'),
},
diff --git a/yarn.lock b/yarn.lock
index 8d2248152..1a0aa5c4e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2284,10 +2284,10 @@
remark "^13.0.0"
unist-util-find-all-after "^3.0.2"
-"@tabler/icons@^1.71.0":
- version "1.71.0"
- resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.71.0.tgz#74d771aa18487ea92af07c67048e411ada0f0427"
- integrity sha512-hOeXAWSXGgT2S8O9QrRTomEq6YE1AtuXrcOy5DgGVI93xub1JnGSA3Z9gZzuND4pSJ+Ee+geI5u8hTYbfIsuGw==
+"@tabler/icons@^1.73.0":
+ version "1.73.0"
+ resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-1.73.0.tgz#26d81858baf41be939504e1f9b4b32835eda6fdb"
+ integrity sha512-MhAHFzVj79ZWlAIRD++7Mk55PZsdlEdkfkjO3DD257mqj8iJZQRAQtkx2UFJXVs2mMrcOUu1qtj4rlVC8BfnKA==
"@tailwindcss/forms@^0.4.0":
version "0.4.0"