Browse Source

Merge pull request #51 from wxDadadada/main

修改数据看板文字
Calcium-Ion 2 năm trước cách đây
mục cha
commit
3a8be505c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 />,