Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-chowdhary committed Feb 3, 2020
1 parent 2875ce9 commit eb77dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TipBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,11 @@
iconStyle() {
if (this.iconSize) {
return `fa-${this.iconSize}`;
}
return '';
}
}
}
}
</script>

<style scoped>
Expand Down

0 comments on commit eb77dd5

Please sign in to comment.