Przeglądaj źródła

Merge remote-tracking branch 'origin/main'

CaIon 2 lat temu
rodzic
commit
800f494698
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      web/src/components/SiderBar.js

+ 1 - 1
web/src/components/SiderBar.js

@@ -83,7 +83,7 @@ const SiderBar = () => {
             icon: <IconHistogram/>
         },
         {
-            text: '数据看',
+            text: '数据看',
             itemKey: 'detail',
             to: '/detail',
             icon: <IconCalendarClock />,