aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/AppMenuIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/AppMenuIcon.vue')
-rw-r--r--core/src/components/AppMenuIcon.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/AppMenuIcon.vue b/core/src/components/AppMenuIcon.vue
index f2cee75e644..089a2016e58 100644
--- a/core/src/components/AppMenuIcon.vue
+++ b/core/src/components/AppMenuIcon.vue
@@ -18,7 +18,7 @@ import type { INavigationEntry } from '../types/navigation'
import { n } from '@nextcloud/l10n'
import { computed } from 'vue'
-import IconDot from 'vue-material-design-icons/Circle.vue'
+import IconDot from 'vue-material-design-icons/CircleOutline.vue'
const props = defineProps<{
app: INavigationEntry