diff --git a/dashboard/layouts/dashboard.vue b/dashboard/layouts/dashboard.vue index 1816dea..ed016f3 100644 --- a/dashboard/layouts/dashboard.vue +++ b/dashboard/layouts/dashboard.vue @@ -12,6 +12,7 @@ const sections: Section[] = [ { label: 'Events', to: '/events', icon: 'fal fa-square-bolt' }, { label: 'Analyst', to: '/analyst', icon: 'fal fa-microchip-ai' }, { label: 'Insights (soon)', to: '#', icon: 'fal fa-lightbulb', disabled: true }, + { label: 'Links (soon)', to: '#', icon: 'fal fa-globe-pointer', disabled: true }, { label: 'Docs', to: 'https://docs.litlyx.com', icon: 'fal fa-book', external: true, action() { Lit.event('docs_clicked') }, diff --git a/dashboard/pages/index.vue b/dashboard/pages/index.vue index fddc330..9625173 100644 --- a/dashboard/pages/index.vue +++ b/dashboard/pages/index.vue @@ -124,7 +124,7 @@ const refreshKey = computed(() => `${snapshot.value._id.toString() + activeProje -