diff options
author | crupest <crupest@outlook.com> | 2020-06-02 16:36:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-02 16:36:08 +0800 |
commit | 8473ce1e9f3495630f7382957a5a1cfb567e95ea (patch) | |
tree | ad7aa3c34ba5248a21d5cf3dbae2589199f0a987 /Timeline | |
parent | d77da4f995aa8b9710e40a70b4350a6476df98b1 (diff) | |
download | timeline-8473ce1e9f3495630f7382957a5a1cfb567e95ea.tar.gz timeline-8473ce1e9f3495630f7382957a5a1cfb567e95ea.tar.bz2 timeline-8473ce1e9f3495630f7382957a5a1cfb567e95ea.zip |
Remove blog link and cross-env in about page.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/ClientApp/src/about/About.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Timeline/ClientApp/src/about/About.tsx b/Timeline/ClientApp/src/about/About.tsx index 70cc653f..1f8008d3 100644 --- a/Timeline/ClientApp/src/about/About.tsx +++ b/Timeline/ClientApp/src/about/About.tsx @@ -58,10 +58,6 @@ const frontendCredits: { name: 'pepjs',
url: 'https://github.com/jquery/PEP',
},
- {
- name: 'cross-env',
- url: 'https://github.com/kentcdodds/cross-env',
- },
];
const backendCredits: {
@@ -119,13 +115,6 @@ const About: React.FC = () => { >
<i className="fab fa-github about-link-icon text-body" />
</a>
- <a
- href="https://blog.crupest.xyz"
- target="_blank"
- rel="noopener noreferrer"
- >
- <i className="fas fa-blog about-link-icon text-body" />
- </a>
</p>
</div>
</div>
|