Skip to content

Commit

Permalink
fix(nuxt): change DevTools icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 17, 2023
1 parent 27bab00 commit eb1cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ export default defineNuxtModule<ModuleOptions>({
// title to display in the tab
title: 'Morpheme UI',
// any icon from Iconify, or a URL to an image
icon: 'carbon:apps',
icon: 'https://ui.morpheme.design/morpheme-logo.png',
// iframe view
view: {
type: 'iframe',
Expand Down

0 comments on commit eb1cdf3

Please sign in to comment.