aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/infobox/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/infobox/index.tsx')
-rw-r--r--src/components/ui/infobox/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/infobox/index.tsx b/src/components/ui/infobox/index.tsx
index 3b878a9de..28ec2ff90 100644
--- a/src/components/ui/infobox/index.tsx
+++ b/src/components/ui/infobox/index.tsx
@@ -28,7 +28,7 @@ const buttonStyles = (theme: Theme) => {
28const infoBoxTransition: string = 'none'; 28const infoBoxTransition: string = 'none';
29const ctaTransition: string = 'none'; 29const ctaTransition: string = 'none';
30 30
31// TODO: Not sure why, but this location alone, the `dinwo` is not defined - and it throws an error thus aborting the startup sequence of ferdium 31// TODO: Not sure why, but this location alone, the `window` is not defined - and it throws an error thus aborting the startup sequence of ferdium
32// if (window && window.matchMedia('(prefers-reduced-motion: no-preference)')) { 32// if (window && window.matchMedia('(prefers-reduced-motion: no-preference)')) {
33// infoBoxTransition = 'all 0.5s'; 33// infoBoxTransition = 'all 0.5s';
34// ctaTransition = 'opacity 0.3s'; 34// ctaTransition = 'opacity 0.3s';