Added Icon #27

Merged
tokslaw merged 1 commits from home-text-and-icons into master 2023-04-08 00:01:44 +00:00
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import React, {Component} from 'react';
import SaveMoney from '../pages/assests/images/save-money.png'
import GetReward from '../pages/assests/images/get-rewarded.png'
import Access from '../pages/assests/images/navigation.png'
class FloatHome extends React.Component {
@@ -91,7 +92,7 @@ class FloatHome extends React.Component {
<div id="fb-1-1" className="col-md-4">
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
{/* 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 */}
<h5 className="h5-sm">{message.access.heading}</h5>
{/* Text */}
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB