use case update
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user