fix stay up to date section
This commit is contained in:
parent
c3c39a5969
commit
bad0330348
|
@ -31,23 +31,9 @@ export default class HomeStay extends Component {
|
||||||
|
|
||||||
<div className="home-stay-flex">
|
<div className="home-stay-flex">
|
||||||
<div className="home-stay-left">
|
<div className="home-stay-left">
|
||||||
<Fade duration={700} distance="40px" bottom>
|
|
||||||
<p>
|
|
||||||
Integer posuere erat a ante venenatis dapibus posuere velit
|
|
||||||
aliquet. Cras justo odio, dapibus ac facilisis in.
|
|
||||||
</p>
|
|
||||||
</Fade>
|
|
||||||
|
|
||||||
<Fade duration={700} distance="40px" bottom>
|
<Fade duration={700} distance="40px" bottom>
|
||||||
<Mailing id="check1" />
|
<Mailing id="check1" />
|
||||||
</Fade>
|
</Fade>
|
||||||
|
|
||||||
<Fade duration={700} distance="40px" bottom>
|
|
||||||
<p className="disclaimer-text">
|
|
||||||
Integer posuere erat a ante venenatis dapibus posuere velit
|
|
||||||
aliquet. Cras justo odio, dapibus ac facilisis in.
|
|
||||||
</p>
|
|
||||||
</Fade>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul className="home-stay-right">
|
<ul className="home-stay-right">
|
||||||
|
@ -57,11 +43,7 @@ export default class HomeStay extends Component {
|
||||||
icon="github"
|
icon="github"
|
||||||
url="https://github.com/NebulousLabs/skynet-webportal"
|
url="https://github.com/NebulousLabs/skynet-webportal"
|
||||||
greenText="View project on Github"
|
greenText="View project on Github"
|
||||||
title={
|
title={<strong>/Skynet-Webportal</strong>}
|
||||||
<>
|
|
||||||
NebulousLabs/<strong>Skynet-Webportal</strong>
|
|
||||||
</>
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
</Fade>
|
</Fade>
|
||||||
|
|
Reference in New Issue