Skip to content

Commit ad425c1

Browse files
authored
Merge pull request #21 from Open-STEM/kq-vite
moved dashboard menu to the default view
2 parents e37f506 + a6fd0fe commit ad425c1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/navbar.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -655,12 +655,6 @@ function NavBar({ layoutref }: NavBarProps) {
655655
clicked: ConvertToPython,
656656
isView: true,
657657
},
658-
{
659-
label: i18n.t('dashboard'),
660-
iconImage: dashboard,
661-
clicked: viewDashboard,
662-
isView: true,
663-
}
664658
],
665659
childrenExt: [
666660
{
@@ -675,6 +669,12 @@ function NavBar({ layoutref }: NavBarProps) {
675669
clicked: FontMinus,
676670
isView: true,
677671
},
672+
{
673+
label: i18n.t('dashboard'),
674+
iconImage: dashboard,
675+
clicked: viewDashboard,
676+
isView: true,
677+
}
678678
],
679679
},
680680
{

0 commit comments

Comments
 (0)