Преглед изворни кода

Merge remote-tracking branch 'origin/main'

CaIon пре 2 година
родитељ
комит
800f494698
1 измењених фајлова са 1 додато и 1 уклоњено
  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 />,