Fixed critical mongoose hang error
This commit is contained in:
@@ -1,11 +1,23 @@
|
||||
import React from 'react'
|
||||
import Image from 'next/image'
|
||||
import styles from './Hero.module.scss'
|
||||
import logo from './assets/warframe_logo.png'
|
||||
|
||||
export default class Hero extends React.Component {
|
||||
render () {
|
||||
return (
|
||||
<div className={styles.hero}>
|
||||
Hero
|
||||
<div className={styles.logo}>
|
||||
<Image
|
||||
src={logo}
|
||||
alt='logo'
|
||||
layout='responsive'
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.text}>
|
||||
<h1>Market Gaps</h1>
|
||||
<p>Find a profitable difference between the price of the set and the price of the sum of it's parts.</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -6,4 +6,9 @@
|
||||
color: black;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.text, .logo {
|
||||
width: 400px;
|
||||
margin: auto;
|
||||
}
|
||||
BIN
app/pages/home/assets/warframe_logo.png
Normal file
BIN
app/pages/home/assets/warframe_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 KiB |
Reference in New Issue
Block a user