aboutsummaryrefslogtreecommitdiff
path: root/pages/index.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-23 13:06:49 +0000
committerAndrew Lee <alee14498@protonmail.com>2021-02-23 13:06:49 +0000
commit2478b6dd7abcd450bb21d7a705d8747f53c68f51 (patch)
tree99126f950764e4927d99eafaacb797b8aee2c417 /pages/index.js
parent2d7aaec4b03fe223930581c704ec89496c99e26f (diff)
downloadsnug-cup-2478b6dd7abcd450bb21d7a705d8747f53c68f51.tar.gz
snug-cup-2478b6dd7abcd450bb21d7a705d8747f53c68f51.tar.bz2
snug-cup-2478b6dd7abcd450bb21d7a705d8747f53c68f51.zip
eslinted index
Diffstat (limited to 'pages/index.js')
-rw-r--r--pages/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js
index cf9748c..2f7f9db 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -2,7 +2,7 @@ import Head from 'next/head'
import styles from '../styles/Home.module.css'
import Container from '@material-ui/core/Container'
-export default function Home() {
+export default function Home () {
return (
<div>
<Head>
@@ -18,7 +18,7 @@ export default function Home() {
<img src="/snug_cup.png" width="50%" height="50%" />
<img src="/snug_cup_diagram.png" width="50%" height="50%" />
<h2>Cup Demo</h2>
- <iframe width="560" height="315" src="https://www.youtube.com/embed/W7Vau2PgaH0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="true"></iframe> <h2>Colour palette</h2>
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/W7Vau2PgaH0" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen="true"></iframe> <h2>Colour palette</h2>
<img src="/palette.png" width="40%" height="40%" />
<h2>Price</h2>
<p>Snug Cup: $25</p>