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';
 import { getRoutes } from '../utils/utils';
 
 
 const links = [{
 const links = [{
+  key: 'help',
   title: '帮助',
   title: '帮助',
   href: '',
   href: '',
 }, {
 }, {
-  key: '隐私',
+  key: 'privacy',
   title: '隐私',
   title: '隐私',
   href: '',
   href: '',
 }, {
 }, {
-  key: '隐私',
+  key: 'terms',
   title: '条款',
   title: '条款',
   href: '',
   href: '',
 }];
 }];