We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e085d commit a6fd0feCopy full SHA for a6fd0fe
1 file changed
src/components/navbar.tsx
@@ -655,12 +655,6 @@ function NavBar({ layoutref }: NavBarProps) {
655
clicked: ConvertToPython,
656
isView: true,
657
},
658
- {
659
- label: i18n.t('dashboard'),
660
- iconImage: dashboard,
661
- clicked: viewDashboard,
662
- isView: true,
663
- }
664
],
665
childrenExt: [
666
{
@@ -675,6 +669,12 @@ function NavBar({ layoutref }: NavBarProps) {
675
669
clicked: FontMinus,
676
670
677
671
672
+ {
673
+ label: i18n.t('dashboard'),
674
+ iconImage: dashboard,
+ clicked: viewDashboard,
+ isView: true,
+ }
678
679
680
0 commit comments