Skip to content

Commit

Permalink
feat: [admin/dashboard] ajoute les cards qui décompte les jobs et les…
Browse files Browse the repository at this point in the history
… utilisateurs
  • Loading branch information
matthieuaudemard committed May 6, 2023
1 parent e8b5b75 commit 741c746
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class AdminPageComponent {
label: 'Dashboard',
routerLink: `/${Univers.ADMIN.url}/dashboard`,
icon: 'fas fa-tachometer-alt',
routerLinkActiveOptions: {exact: true,}
routerLinkActiveOptions: {exact: true}
},
{
label: 'Utilisateurs',
Expand Down

0 comments on commit 741c746

Please sign in to comment.