Skip to content

Commit 16119a1

Browse files
committed
removed images from public for testing purposes
1 parent 1f3cf4f commit 16119a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/javascript/components/app.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import DeviceOrientation, { Orientation } from 'react-screen-orientation';
4343
// import MailIcon from '@material-ui/icons/Mail';
4444

4545
import styles from "./app.scss";
46-
import img from '../../../public/images/landing-grid.png';
46+
// import img from '../../../public/images/landing-grid.png';
4747
// import img from '../assets/images/landing-grid.png';
4848

4949

@@ -57,7 +57,7 @@ class App extends React.Component {
5757
<Orientation orientation='portrait' alwaysRender={false}>
5858
<div>
5959
<p className="pls-rotate">Please <span>rotate</span> your device for better experience.</p>
60-
<img class="logo-img" src={img} />
60+
{/* <img class="logo-img" src={img} />*/}
6161
</div>
6262
</Orientation>
6363
<Orientation orientation='landscape' alwaysRender={false}>

public/images/landing-grid.png

-12.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)