From a079d3259ed1091c9eff8d88402d0fbbbc46cf96 Mon Sep 17 00:00:00 2001 From: Edwin van den Houdt Date: Sat, 27 Jun 2026 20:01:52 +0200 Subject: [PATCH] Add showcase link (Functionele patronen) back to the dashboard sidebar Restores the /concepts entry the restyle dropped, as a side-nav item. Co-Authored-By: Claude Opus 4.8 --- src/app/registratie/ui/dashboard.page.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/registratie/ui/dashboard.page.ts b/src/app/registratie/ui/dashboard.page.ts index ad96571..4b6f1fb 100644 --- a/src/app/registratie/ui/dashboard.page.ts +++ b/src/app/registratie/ui/dashboard.page.ts @@ -120,6 +120,7 @@ export class DashboardPage { { label: $localize`:@@dashboard.nav.gegevens:Mijn gegevens`, to: '/registratie' }, { label: $localize`:@@dashboard.nav.herregistratie:Herregistratie`, to: '/herregistratie' }, { label: $localize`:@@dashboard.nav.inschrijven:Inschrijven`, to: '/registreren' }, + { label: $localize`:@@dashboard.nav.concepten:Functionele patronen`, to: '/concepts' }, ]; /** Primary transactional actions, as a card grid. */