Skip to content

Commit

Permalink
Update BtnCmdTabSettingsDialogue.vue
Browse files Browse the repository at this point in the history
Updated icons url in hover text
  • Loading branch information
MintyTrebor authored Mar 20, 2021
1 parent e16578d commit fd548f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BtnCmdTabSettingsDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<template v-slot:activator="{ on, attrs }">
<v-text-field v-bind="attrs" v-on="on" label="Icon (mdi-[icon name])" v-model="passedObject.icon" placeholder="mdi-"></v-text-field>
</template>
<span>Material design icons from https://material.io/resources/icons/?style=baseline (Format = mdi-[icon name])</span>
<span>Material design icons from https://materialdesignicons.com/ (Format = mdi-[icon name])</span>
</v-tooltip>
</div>
</v-col>
Expand Down Expand Up @@ -88,4 +88,4 @@
}
}
</script>
</script>

0 comments on commit fd548f2

Please sign in to comment.