Skip to content

Commit a296c1d

Browse files
committed
feat(demo) change demo about new content
1 parent 3871392 commit a296c1d

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

docs/App-clear.js

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { MDBBtn, MDBCol, MDBContainer, MDBRow } from 'mdbreact';
2+
import { MDBBtn, MDBCol, MDBContainer, MDBRow, MDBIcon } from 'mdbreact';
33
import './index.css';
44
import logo from './logo.png';
55

@@ -19,24 +19,16 @@ class App extends Component {
1919
<MDBCol middle={true} md='6' className='text-center'>
2020
<div className='d-flex mt-5'>
2121
<div className='text-center'>
22-
<h2 className='h1 text-poppy-red'>BLACK NOVEMBER SURPRISE!</h2>
23-
<i className='fas fa-shopping-basket text-white fa-10x'></i>
22+
<h2 className='h1 mb-5'>CYBER MONDAY SALE!</h2>
23+
<MDBIcon icon="calendar-day cyan-text" size="10x" />
2424
<p className='mt-2 text-white'>
2525
Check what we have prepared and start using the richest UI Kit today.
2626
<br />
2727
Hurry up & don't loose your chance.
2828
</p>
29-
<p>
30-
<a
31-
rel='noopener noreferrer'
32-
target='_blank'
33-
type='button'
34-
className='btn btn-danger btn-rounded btn-lg text-white bg-poppy-red'
35-
href='https://mdbootstrap.com/sale/'
36-
>
37-
<i className='fas fa-cart-arrow-down'></i> CLAIM OFFER
38-
</a>
39-
</p>
29+
<MDBBtn color="cyan" href="https://mdbootstrap.com/sale/" target="_blank">
30+
CLAIM OFFER
31+
</MDBBtn>
4032
</div>
4133
</div>
4234
</MDBCol>

0 commit comments

Comments
 (0)