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 | e90546391cc784ba9a0b0252590ec0f4d91cca68 (patch) | |
tree | be114d776462db7f77587f72bcde0ead989cf103 | |
parent | 06ddbdf925379f4823a1c36b46bf085aa9a94557 (diff) | |
download | timeline-e90546391cc784ba9a0b0252590ec0f4d91cca68.tar.gz timeline-e90546391cc784ba9a0b0252590ec0f4d91cca68.tar.bz2 timeline-e90546391cc784ba9a0b0252590ec0f4d91cca68.zip |
Remove blog link and cross-env in about page.
-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>
|