Skip to content

Commit 4bb494b

Browse files
committed
remove v3 legacy
1 parent d0d8394 commit 4bb494b

File tree

5 files changed

+1
-107
lines changed

5 files changed

+1
-107
lines changed

special-pages/pages/onboarding/app/components/App2.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { useEnv } from '../../../../shared/components/EnvironmentProvider';
55
import { usePlatformName } from './SettingsProvider';
66
import { ErrorBoundary } from '../../../../shared/components/ErrorBoundary';
77
import { Fallback } from '../pages/Fallback';
8-
import { BackgroundLegacy } from './v3/Background_legacy.js';
98
import { Background } from './v3/Background.js';
109
import { BeforeAfterProvider } from './v3/BeforeAfterProvider';
1110
import { SingleStep } from './v3/SingleStep';
@@ -53,7 +52,7 @@ export function App2({ children }) {
5352

5453
return (
5554
<main className={styles.main} data-platform-name={platformName || 'macos'} data-app-version="2">
56-
{platformName === 'windows' ? <BackgroundLegacy /> : <Background />}
55+
<Background />
5756
{debugState && <Debug state={globalState} />}
5857
<div
5958
className={styles.container}

special-pages/pages/onboarding/app/components/v3/Background_legacy.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

special-pages/pages/onboarding/app/components/v3/Background_legacy.module.css

Lines changed: 0 additions & 92 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)