mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
Update insights module icon
This commit is contained in:
@@ -6,7 +6,7 @@ import InsightsPanelConfiguration from './routes/panel-configuration.vue';
|
||||
export default defineModule({
|
||||
id: 'insights',
|
||||
name: '$t:insights',
|
||||
icon: 'dashboard',
|
||||
icon: 'insights',
|
||||
routes: [
|
||||
{
|
||||
name: 'insights-overview',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<private-view :title="t('insights')">
|
||||
<template #title-outer:prepend>
|
||||
<v-button class="header-icon" rounded disabled icon secondary>
|
||||
<v-icon name="dashboard" />
|
||||
<v-icon name="insights" />
|
||||
</v-button>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user