Skip to content

Commit

Permalink
Fix icons typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mimischi committed Feb 25, 2019
1 parent 64e61d9 commit 3ae1852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import "roboto-fontface/css/roboto/roboto-fontface.css";
import "material-design-icons-iconfont/dist/material-design-icons.css";

Vue.use(Vuetify, {
iconfont: "mdi"
iconfont: "md"
});

0 comments on commit 3ae1852

Please sign in to comment.