Skip to content

Commit

Permalink
feat(admin):registry managers: welcome screen only after login - coll…
Browse files Browse the repository at this point in the history
…apse menu by default
  • Loading branch information
pierreavizou committed Dec 19, 2024
1 parent 87a0712 commit 3b44506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default function CertificationsLayout({
{
text: "Validées",
items: validatedManuItems,
expandedByDefault: true,
},
...toValidateMenuItems,
]}
Expand Down
2 changes: 1 addition & 1 deletion packages/reva-admin-react/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Header = () => {
{
text: "Gestion des certifications",
linkProps: {
href: "/responsable-certifications",
href: "/responsable-certifications/certifications",
target: "_self",
},
isActive: currentPathname.startsWith("/responsable-certifications"),
Expand Down

0 comments on commit 3b44506

Please sign in to comment.