Skip to content

Commit

Permalink
adjust order of items
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 28, 2024
1 parent 83cefd2 commit a568225
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/modules/ui/layout/sidebar/SidebarItems.composable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ export const useSidebarItems = () => {
feature: "ALERT_STATUS_URL",
featureValue: `${envConfigModule.getEnv.ALERT_STATUS_URL}`,
},
{
title: "global.topbar.actions.releaseNotes",
href: "/help/releases",
target: "_self",
testId: "releases",
},
{
href: filePathsModule.getSpecificFiles.accessibilityStatement as string,
title: "components.legacy.footer.accessibility.statement",
Expand All @@ -164,6 +158,12 @@ export const useSidebarItems = () => {
rel: "noopener",
theme: [SchulcloudTheme.Brb, SchulcloudTheme.N21, SchulcloudTheme.Thr],
},
{
title: "global.topbar.actions.releaseNotes",
href: "/help/releases",
target: "_self",
testId: "releases",
},
{
title: "components.legacy.footer.github",
href: "https://github.com/hpi-schul-cloud",
Expand Down Expand Up @@ -245,6 +245,12 @@ export const useSidebarItems = () => {
},
],
},
{
title: "global.sidebar.item.system",
icon: "$mdiApplicationBracketsOutline",
testId: "system",
children: systemLinks,
},
{
title: "global.sidebar.item.helpArea",
icon: "$mdiHelpCircleOutline",
Expand All @@ -271,12 +277,6 @@ export const useSidebarItems = () => {
},
],
},
{
title: "global.sidebar.item.system",
icon: "$mdiApplicationBracketsOutline",
testId: "system",
children: systemLinks,
},
]);

return { pageLinks, legalLinks, metaLinks };
Expand Down

0 comments on commit a568225

Please sign in to comment.