瀏覽代碼

Fix footer key

afc163 8 年之前
父節點
當前提交
8a232908ae
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/layouts/UserLayout.js

+ 3 - 2
src/layouts/UserLayout.js

@@ -8,14 +8,15 @@ import logo from '../assets/logo.svg';
 import { getRoutes } from '../utils/utils';
 
 const links = [{
+  key: 'help',
   title: '帮助',
   href: '',
 }, {
-  key: '隐私',
+  key: 'privacy',
   title: '隐私',
   href: '',
 }, {
-  key: '隐私',
+  key: 'terms',
   title: '条款',
   href: '',
 }];