Merge branch 'master' of https://gitlab.chiefsoft.net/FloatSystems/float-www into Add-links-to-App-Download

This commit was merged in pull request #26.
This commit is contained in:
Chukwumdiebube
2023-04-08 07:34:37 +01:00
8 changed files with 60 additions and 88 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 {
@@ -84,7 +85,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 */}