diff options
author | crupest <crupest@outlook.com> | 2020-11-05 17:19:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-05 17:19:22 +0800 |
commit | f133ab13af46f27785bd92e75016152d3877dac2 (patch) | |
tree | b7a678b3fe38fd69147d019c351ec4fb8465359f | |
parent | 94bed82d32265d573e3bc47582874360a0481b34 (diff) | |
download | timeline-f133ab13af46f27785bd92e75016152d3877dac2.tar.gz timeline-f133ab13af46f27785bd92e75016152d3877dac2.tar.bz2 timeline-f133ab13af46f27785bd92e75016152d3877dac2.zip |
fix: Remove beian.
-rw-r--r-- | FrontEnd/src/app/views/home/index.tsx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/FrontEnd/src/app/views/home/index.tsx b/FrontEnd/src/app/views/home/index.tsx index 0c36545c..0d439f36 100644 --- a/FrontEnd/src/app/views/home/index.tsx +++ b/FrontEnd/src/app/views/home/index.tsx @@ -66,24 +66,6 @@ const HomePage: React.FC = () => { } })()} </Container> - <footer className="text-right"> - <a - className="mx-3 text-muted" - href="http://beian.miit.gov.cn/" - target="_blank" - rel="noopener noreferrer" - > - <small>鄂ICP备18030913号-1</small> - </a> - <a - className="mx-3 text-muted" - href="http://www.beian.gov.cn/" - target="_blank" - rel="noopener noreferrer" - > - <small className="white-space-no-wrap">公安备案 42112102000124</small> - </a> - </footer> {dialog === "create" && ( <TimelineCreateDialog open |