Commit 8a232908 authored by afc163's avatar afc163

Fix footer key

parent e822179b
...@@ -8,14 +8,15 @@ import logo from '../assets/logo.svg'; ...@@ -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: '',
}]; }];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment