Commit 5cfdc959 authored by 吕祺's avatar 吕祺 ⛹🏽

add warning

parent a54cb62b
...@@ -27,7 +27,7 @@ export class Header extends React.PureComponent { ...@@ -27,7 +27,7 @@ export class Header extends React.PureComponent {
active: curPage === path active: curPage === path
})} })}
> >
<Link prefetch={false} href={{ pathname: '/' + path, query }} passHref="true"> <Link prefetch={false} href={{ pathname: '/' + path, query }}>
<a style={{ height: '100%', display: 'inline-block' }}> <a style={{ height: '100%', display: 'inline-block' }}>
{en === null ? '' : en ? txtEN : txt} {en === null ? '' : en ? txtEN : txt}
</a> </a>
......
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