aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/landing/sections/Software.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/landing/sections/Software.tsx')
-rw-r--r--src/components/landing/sections/Software.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/landing/sections/Software.tsx b/src/components/landing/sections/Software.tsx
index 34178cc..7897177 100644
--- a/src/components/landing/sections/Software.tsx
+++ b/src/components/landing/sections/Software.tsx
@@ -31,9 +31,8 @@ function ScreenshotImage() {
31 // https://github.com/facebook/docusaurus/blob/e012e0315862b2ca02cad40c58d11d31c319ff75/packages/docusaurus-theme-classic/src/theme/CodeBlock/index.tsx#L32-L36 31 // https://github.com/facebook/docusaurus/blob/e012e0315862b2ca02cad40c58d11d31c319ff75/packages/docusaurus-theme-classic/src/theme/CodeBlock/index.tsx#L32-L36
32 const isBrowser = useIsBrowser(); 32 const isBrowser = useIsBrowser();
33 const { colorMode } = useColorMode(); 33 const { colorMode } = useColorMode();
34 const refineryScreenshot = colorMode === 'dark' 34 const refineryScreenshot =
35 ? refineryScreenshotLight 35 colorMode === 'dark' ? refineryScreenshotLight : refineryScreenshotDark;
36 : refineryScreenshotDark;
37 36
38 const screenshot = ( 37 const screenshot = (
39 <img 38 <img