Skip to content

Commit 749db38

Browse files
authored
Icon change from MDI upgrade (#661)
1 parent 5867a6c commit 749db38

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

client/dive-common/components/AttributesSubsection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default defineComponent({
256256
x-small
257257
@click="editAttribute(attribute)"
258258
>
259-
<v-icon small> mdi-settings </v-icon>
259+
<v-icon small> mdi-cog </v-icon>
260260
</v-btn>
261261
</v-col>
262262
</v-row>

client/platform/desktop/frontend/components/NavigationBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineComponent({
2929
Training<v-icon>mdi-brain</v-icon>
3030
</v-tab>
3131
<v-tab :to="{ name: 'settings' }">
32-
Settings<v-icon>mdi-settings</v-icon>
32+
Settings<v-icon>mdi-cog</v-icon>
3333
</v-tab>
3434
</v-tabs>
3535
<v-spacer />

client/platform/desktop/frontend/components/ViewerLoader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default defineComponent({
4545
Training<v-icon>mdi-brain</v-icon>
4646
</v-tab>
4747
<v-tab :to="{ name: 'settings' }">
48-
Settings<v-icon>mdi-settings</v-icon>
48+
Settings<v-icon>mdi-cog</v-icon>
4949
</v-tab>
5050
</v-tabs>
5151
</template>

client/src/components/TrackList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default defineComponent({
249249
small
250250
:color="data.settingsActive ? 'accent' : 'default'"
251251
>
252-
mdi-settings
252+
mdi-cog
253253
</v-icon>
254254
</v-btn> <v-tooltip
255255
open-delay="100"

client/src/components/TypeList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default defineComponent({
182182
small
183183
:color="data.settingsActive ? 'accent' : 'default'"
184184
>
185-
mdi-settings
185+
mdi-cog
186186
</v-icon>
187187
</v-btn>
188188
<v-tooltip

0 commit comments

Comments
 (0)