Skip to content

Commit

Permalink
Improved: corrected the indentation on ion-label (hotwax#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Feb 10, 2025
1 parent 7028e17 commit dedfb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LearnMoreModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ion-item>
<ion-row class="ion-padding-start" v-for="section in jobSection" :key="section.id">
<ion-chip outline @click="redirectToDoc(section)">
<ion-label>{{ section.title ? section.title : currentJob?.enumName}}</ion-label>
<ion-label>{{ section.title ? section.title : currentJob?.enumName }}</ion-label>
<ion-icon :icon="openOutline" />
</ion-chip>
</ion-row>
Expand Down

0 comments on commit dedfb27

Please sign in to comment.