Compare commits

..

2 Commits

Author SHA1 Message Date
victorAnumudu b68d6ca6bb font fixed 2024-08-16 06:39:38 +01:00
ameye 6225b53ed1 Merge branch 'home-icons' of WrenchBoard/WrenchBoardMainSite2025 into master 2024-08-16 04:40:30 +00:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
font-weight: 900;
font-weight: 900 !important;
color: #0e1133;
margin: 0px;
}
+4 -4
View File
@@ -41,7 +41,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-home"
aria-selected="true"
>
<span><Image src={rewardIcon} height='25' width='25' className='mr-2' /></span> Reward achievement
<span className={`p-1 rounded-pill`}><Image src={rewardIcon} height='25' width='25' /></span> Reward achievement
</a>
<a
onClick={(e) => handleClick(e, 'report')}
@@ -53,7 +53,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-profile"
aria-selected="false"
>
<span><Image src={taskIcon} height='25' width='25' className='mr-2' /></span> Assign tasks or chores
<span className={`p-1 rounded-pill`}><Image src={taskIcon} height='25' width='25' /></span> Assign tasks or chores
</a>
<a
onClick={(e) => handleClick(e, 'notice')}
@@ -65,7 +65,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-messages"
aria-selected="false"
>
<span><Image src={familyIcon} height='25' width='25' className='mr-2' /></span> Family engagement
<span className={`p-1 rounded-pill`}><Image src={familyIcon} height='25' width='25' /></span> Family engagement
</a>
<a
onClick={(e) => handleClick(e, 'app')}
@@ -77,7 +77,7 @@ function SelectFeatures({ className }) {
aria-controls="v-pills-settings"
aria-selected="false"
>
<span><Image src={walletIcon} height='25' width='25' className='mr-2' /></span> Fund wallets
<span className={`p-1 rounded-pill`}><Image src={walletIcon} height='25' width='25' /></span> Fund wallets
</a>
</div>
</div>