Skip to content

Commit

Permalink
💄 : use <font-awesome> component instead of <i>
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit authored and cdubuisson committed Apr 9, 2020
1 parent 2440473 commit c0e1fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/client/app/pages/modules/module-description.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
<b-tabs>
<b-tab active>
<template slot="title">
<i class="fab fa-markdown" /> Readme
<font-awesome-icon :icon="['fab','markdown']" /> Readme
</template>
<app-readme :module-id="module.id" />
</b-tab>
<b-tab v-if="module.estimatedMonthlyCostDescription">
<template slot="title">
<i class="fab fa-markdown" /> Cost Of Ownership
<font-awesome-icon :icon="['fab','markdown']" /> Cost Of Ownership
</template>
<b-container fluid>
<app-markdown :content="module.estimatedMonthlyCostDescription" />
Expand Down

0 comments on commit c0e1fe0

Please sign in to comment.