change project icon to a hammer

This commit is contained in:
2024-02-03 19:20:54 -07:00
parent 61c3a0e30b
commit b251d7e4fd
2 changed files with 3 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ import {
faForward, faForward,
faGift, faGift,
faGlobe, faGlobe,
faHammer,
faHand, faHand,
faHandHoldingHeart, faHandHoldingHeart,
faHouseChimney, faHouseChimney,
@@ -96,6 +97,7 @@ library.add(
faForward, faForward,
faGift, faGift,
faGlobe, faGlobe,
faHammer,
faHand, faHand,
faHandHoldingHeart, faHandHoldingHeart,
faHouseChimney, faHouseChimney,

View File

@@ -211,10 +211,7 @@
" "
class="justify-end" class="justify-end"
> >
<fa <fa icon="hammer" class="ml-4 pl-2 text-blue-500"></fa>
icon="hand-holding-heart"
class="ml-4 pl-2 text-blue-500"
></fa>
</router-link> </router-link>
</span> </span>
</div> </div>