FeatureHomeOne Icon+Image Fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import React, { useState } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import thumb from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb2 from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb3 from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb4 from '../../assets/images/HowItWorks.jpg';
|
||||
import thumb2 from '../../assets/images/MarketPlace.jpg';
|
||||
import thumb3 from '../../assets/images/CompleteTask.jpg';
|
||||
import thumb4 from '../../assets/images/MoneyPay.jpg';
|
||||
|
||||
import shapeSix from '../../assets/images/shape/shape-6.png';
|
||||
import shapeSeven from '../../assets/images/shape/shape-7.png';
|
||||
@@ -37,7 +37,7 @@ function FeaturesHomeOne({ className }) {
|
||||
aria-controls="v-pills-home"
|
||||
aria-selected="true"
|
||||
>
|
||||
<i className="fas fa-cog" /> Create free Account
|
||||
<i className="fas fa-user" /> Create free Account
|
||||
</a>
|
||||
<a
|
||||
onClick={(e) => handleClick(e, 'report')}
|
||||
@@ -49,7 +49,7 @@ function FeaturesHomeOne({ className }) {
|
||||
aria-controls="v-pills-profile"
|
||||
aria-selected="false"
|
||||
>
|
||||
<i className="fas fa-exclamation-triangle" /> WrenchBoard Marketplace
|
||||
<i className="fas fa-search-dollar" /> WrenchBoard Marketplace
|
||||
</a>
|
||||
<a
|
||||
onClick={(e) => handleClick(e, 'notice')}
|
||||
@@ -61,7 +61,7 @@ function FeaturesHomeOne({ className }) {
|
||||
aria-controls="v-pills-messages"
|
||||
aria-selected="false"
|
||||
>
|
||||
<i className="fas fa-bell" /> Complete Task
|
||||
<i className="fas fa-check" /> Complete Task
|
||||
</a>
|
||||
<a
|
||||
onClick={(e) => handleClick(e, 'app')}
|
||||
@@ -73,7 +73,7 @@ function FeaturesHomeOne({ className }) {
|
||||
aria-controls="v-pills-settings"
|
||||
aria-selected="false"
|
||||
>
|
||||
<i className="fas fa-lock" /> Get Paid
|
||||
<i className="fas fa-comments-dollar" /> Get Paid
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user