Skip to content

Commit

Permalink
WIP: PakcageDetailIrem.vue =try to add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Aug 27, 2018
1 parent e394a85 commit 0b08701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PackageDetailItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<v-flex>
<v-card>
<v-card-title class="subheading">
<v-icon>fa4-car</v-icon>
<v-icon>user-times</v-icon>
{{title.toLowerCase()}}
</v-card-title>
<v-card-text :class="bigContent !== false ? `title` : ''">
Expand Down

0 comments on commit 0b08701

Please sign in to comment.