Просмотр исходного кода

Merge remote-tracking branch 'origin/main'

CaIon 2 лет назад
Родитель
Сommit
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 />,