FeatureHomeOne Icon+Image Fix
This commit is contained in:
Vendored
+14
@@ -1472,6 +1472,20 @@ readers do not read off random characters that represent icons */
|
|||||||
.fa-cog:before {
|
.fa-cog:before {
|
||||||
content: "\f013"; }
|
content: "\f013"; }
|
||||||
|
|
||||||
|
.fa-user:before {
|
||||||
|
content: "\f013";
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-comments-dollar {
|
||||||
|
content: "\f013";
|
||||||
|
}
|
||||||
|
.fa-search-dollar {
|
||||||
|
content: "\f013";
|
||||||
|
}
|
||||||
|
.fa-check {
|
||||||
|
content: "\f013";
|
||||||
|
}
|
||||||
|
|
||||||
.fa-cogs:before {
|
.fa-cogs:before {
|
||||||
content: "\f085"; }
|
content: "\f085"; }
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -1,9 +1,9 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import thumb from '../../assets/images/HowItWorks.jpg';
|
import thumb from '../../assets/images/HowItWorks.jpg';
|
||||||
import thumb2 from '../../assets/images/HowItWorks.jpg';
|
import thumb2 from '../../assets/images/MarketPlace.jpg';
|
||||||
import thumb3 from '../../assets/images/HowItWorks.jpg';
|
import thumb3 from '../../assets/images/CompleteTask.jpg';
|
||||||
import thumb4 from '../../assets/images/HowItWorks.jpg';
|
import thumb4 from '../../assets/images/MoneyPay.jpg';
|
||||||
|
|
||||||
import shapeSix from '../../assets/images/shape/shape-6.png';
|
import shapeSix from '../../assets/images/shape/shape-6.png';
|
||||||
import shapeSeven from '../../assets/images/shape/shape-7.png';
|
import shapeSeven from '../../assets/images/shape/shape-7.png';
|
||||||
@@ -37,7 +37,7 @@ function FeaturesHomeOne({ className }) {
|
|||||||
aria-controls="v-pills-home"
|
aria-controls="v-pills-home"
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
>
|
>
|
||||||
<i className="fas fa-cog" /> Create free Account
|
<i className="fas fa-user" /> Create free Account
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
onClick={(e) => handleClick(e, 'report')}
|
onClick={(e) => handleClick(e, 'report')}
|
||||||
@@ -49,7 +49,7 @@ function FeaturesHomeOne({ className }) {
|
|||||||
aria-controls="v-pills-profile"
|
aria-controls="v-pills-profile"
|
||||||
aria-selected="false"
|
aria-selected="false"
|
||||||
>
|
>
|
||||||
<i className="fas fa-exclamation-triangle" /> WrenchBoard Marketplace
|
<i className="fas fa-search-dollar" /> WrenchBoard Marketplace
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
onClick={(e) => handleClick(e, 'notice')}
|
onClick={(e) => handleClick(e, 'notice')}
|
||||||
@@ -61,7 +61,7 @@ function FeaturesHomeOne({ className }) {
|
|||||||
aria-controls="v-pills-messages"
|
aria-controls="v-pills-messages"
|
||||||
aria-selected="false"
|
aria-selected="false"
|
||||||
>
|
>
|
||||||
<i className="fas fa-bell" /> Complete Task
|
<i className="fas fa-check" /> Complete Task
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
onClick={(e) => handleClick(e, 'app')}
|
onClick={(e) => handleClick(e, 'app')}
|
||||||
@@ -73,7 +73,7 @@ function FeaturesHomeOne({ className }) {
|
|||||||
aria-controls="v-pills-settings"
|
aria-controls="v-pills-settings"
|
||||||
aria-selected="false"
|
aria-selected="false"
|
||||||
>
|
>
|
||||||
<i className="fas fa-lock" /> Get Paid
|
<i className="fas fa-comments-dollar" /> Get Paid
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user