use case update

This commit is contained in:
dev-chiefworks
2022-01-22 00:32:00 -05:00
parent 53bd0272af
commit 050f4658bf
4 changed files with 3 additions and 30 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ function FeaturesHomeOne({ className }) {
aria-controls="v-pills-home"
aria-selected="true"
>
<i className="fas fa-user" /> Create free Account
<i className="fas fa-user" /> 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-search-dollar" /> WrenchBoard Marketplace
<i className="fas fa-search-dollar" /> Marketplace
</a>
<a
onClick={(e) => handleClick(e, 'notice')}