summaryrefslogtreecommitdiff
path: root/frontend/src/scenes/SplashScreen/components
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/scenes/SplashScreen/components')
-rw-r--r--frontend/src/scenes/SplashScreen/components/HomeLayout.js18
-rw-r--r--frontend/src/scenes/SplashScreen/components/background-zeus-temple.jpgbin571089 -> 0 bytes
-rw-r--r--frontend/src/scenes/SplashScreen/components/logo-7-wonders.pngbin301442 -> 0 bytes
3 files changed, 0 insertions, 18 deletions
diff --git a/frontend/src/scenes/SplashScreen/components/HomeLayout.js b/frontend/src/scenes/SplashScreen/components/HomeLayout.js
deleted file mode 100644
index c9950f44..00000000
--- a/frontend/src/scenes/SplashScreen/components/HomeLayout.js
+++ /dev/null
@@ -1,18 +0,0 @@
-// @flow
-import type { Node } from 'react';
-import React from 'react';
-import { ErrorToastContainer } from '../../../components/errors/errorToastContainer';
-import background from './background-zeus-temple.jpg';
-import logo from './logo-7-wonders.png';
-
-export type HomeLayoutProps = {
- children?: Node,
-}
-
-export const HomeLayout = ({children}: HomeLayoutProps) => (
- <div style={{backgroundImage: `url(${background})`}}>
- <img src={logo} alt="Seven Wonders"/>
- {children}
- <ErrorToastContainer/>
- </div>
-);
diff --git a/frontend/src/scenes/SplashScreen/components/background-zeus-temple.jpg b/frontend/src/scenes/SplashScreen/components/background-zeus-temple.jpg
deleted file mode 100644
index 5a28e933..00000000
--- a/frontend/src/scenes/SplashScreen/components/background-zeus-temple.jpg
+++ /dev/null
Binary files differ
diff --git a/frontend/src/scenes/SplashScreen/components/logo-7-wonders.png b/frontend/src/scenes/SplashScreen/components/logo-7-wonders.png
deleted file mode 100644
index 96974d3e..00000000
--- a/frontend/src/scenes/SplashScreen/components/logo-7-wonders.png
+++ /dev/null
Binary files differ
bgstack15