diff --git a/src/components/Workspace/SidebarFooter.vue b/src/components/Workspace/SidebarFooter.vue index 960982c..b60b55f 100644 --- a/src/components/Workspace/SidebarFooter.vue +++ b/src/components/Workspace/SidebarFooter.vue @@ -16,7 +16,7 @@ (security gate — never omit `noopener noreferrer`). 2. A Documentation link (icon + label) targeting the same URL the gear-menu Documentation entry used before runtime-shell-trim - removed it (https://mydash.app). + removed it (https://mydash.conduction.nl). The footer itself is a stateless block; the parent (`DashboardSwitcherSidebar`) owns the `position: sticky; bottom: 0` @@ -82,7 +82,7 @@ import BookOpenVariantOutline from 'vue-material-design-icons/BookOpenVariantOut * and the new sidebar footer link. Kept in module scope so the test * suite can assert exact value parity with the previous gear-menu link. */ -export const DOCS_URL = 'https://mydash.app' +export const DOCS_URL = 'https://mydash.conduction.nl' export default { name: 'SidebarFooter', diff --git a/src/components/Workspace/__tests__/SidebarFooter.spec.js b/src/components/Workspace/__tests__/SidebarFooter.spec.js index 6aaa8d5..d8d9f86 100644 --- a/src/components/Workspace/__tests__/SidebarFooter.spec.js +++ b/src/components/Workspace/__tests__/SidebarFooter.spec.js @@ -8,7 +8,7 @@ * - Sendent + Conduction logos are wrapped in `` (security gate; never omit the rel) * - Documentation link points at the same URL the gear-menu Documentation - * entry used before runtime-shell-trim (https://mydash.app) + * entry used before runtime-shell-trim (https://mydash.conduction.nl) */ import { describe, it, expect, beforeEach, vi } from 'vitest' @@ -83,7 +83,7 @@ describe('SidebarFooter', () => { const link = wrapper.find('a.dashboard-switcher-sidebar-footer__doc-link') expect(link.exists()).toBe(true) expect(link.attributes('href')).toBe(DOCS_URL) - expect(link.attributes('href')).toBe('https://mydash.app') + expect(link.attributes('href')).toBe('https://mydash.conduction.nl') expect(link.attributes('target')).toBe('_blank') expect(link.attributes('rel')).toBe('noopener noreferrer') }) diff --git a/src/components/admin/AdminSettings.vue b/src/components/admin/AdminSettings.vue index b990f51..29ec0df 100644 --- a/src/components/admin/AdminSettings.vue +++ b/src/components/admin/AdminSettings.vue @@ -8,7 +8,7 @@ + doc-url="https://mydash.conduction.nl">