added icon
This commit was merged in pull request #27.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import React, {Component} from 'react';
|
import React, {Component} from 'react';
|
||||||
import SaveMoney from '../pages/assests/images/save-money.png'
|
import SaveMoney from '../pages/assests/images/save-money.png'
|
||||||
import GetReward from '../pages/assests/images/get-rewarded.png'
|
import GetReward from '../pages/assests/images/get-rewarded.png'
|
||||||
|
import Access from '../pages/assests/images/navigation.png'
|
||||||
|
|
||||||
|
|
||||||
class FloatHome extends React.Component {
|
class FloatHome extends React.Component {
|
||||||
@@ -91,7 +92,7 @@ class FloatHome extends React.Component {
|
|||||||
<div id="fb-1-1" className="col-md-4">
|
<div id="fb-1-1" className="col-md-4">
|
||||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||||
{/* Icon */}
|
{/* Icon */}
|
||||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={SaveMoney} /></div>
|
<div className="fbox-1-ico ico-80 stateblue-color"><img src={Access} /></div>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h5 className="h5-sm">{message.access.heading}</h5>
|
<h5 className="h5-sm">{message.access.heading}</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user