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 <noreply@anthropic.com>
This commit is contained in:
2026-06-27 20:01:52 +02:00
parent 4ee4f95c92
commit a079d3259e

View File

@@ -120,6 +120,7 @@ export class DashboardPage {
{ label: $localize`:@@dashboard.nav.gegevens:Mijn gegevens`, to: '/registratie' }, { label: $localize`:@@dashboard.nav.gegevens:Mijn gegevens`, to: '/registratie' },
{ label: $localize`:@@dashboard.nav.herregistratie:Herregistratie`, to: '/herregistratie' }, { label: $localize`:@@dashboard.nav.herregistratie:Herregistratie`, to: '/herregistratie' },
{ label: $localize`:@@dashboard.nav.inschrijven:Inschrijven`, to: '/registreren' }, { label: $localize`:@@dashboard.nav.inschrijven:Inschrijven`, to: '/registreren' },
{ label: $localize`:@@dashboard.nav.concepten:Functionele patronen`, to: '/concepts' },
]; ];
/** Primary transactional actions, as a card grid. */ /** Primary transactional actions, as a card grid. */