We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc7a87 commit ec452e6Copy full SHA for ec452e6
src/containers/NoticeContainer.js
@@ -8,7 +8,7 @@ export default function NoticeContainer() {
8
return (
9
<div className='notice-container' ref={listEl} onMouseEnter={() => setDisable(true)} onMouseLeave={() => setDisable(false)}>
10
<a className='animated fadeIn show' target='_blank' rel='noopener noreferrer'
11
- href='https://github.com/unbug/snts'>
+ href='https://unbug.github.io'>
12
<Icon name='newspaper' /> [Micropaper]一分钟读懂一篇论文
13
</a>
14
<a className='animated fadeIn' target='_blank' rel='noopener noreferrer'
0 commit comments