aboutsummaryrefslogtreecommitdiff
path: root/Timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-02 16:36:08 +0800
committercrupest <crupest@outlook.com>2020-06-02 16:36:08 +0800
commite90546391cc784ba9a0b0252590ec0f4d91cca68 (patch)
treebe114d776462db7f77587f72bcde0ead989cf103 /Timeline
parent06ddbdf925379f4823a1c36b46bf085aa9a94557 (diff)
downloadtimeline-e90546391cc784ba9a0b0252590ec0f4d91cca68.tar.gz
timeline-e90546391cc784ba9a0b0252590ec0f4d91cca68.tar.bz2
timeline-e90546391cc784ba9a0b0252590ec0f4d91cca68.zip
Remove blog link and cross-env in about page.
Diffstat (limited to 'Timeline')
-rw-r--r--Timeline/ClientApp/src/about/About.tsx11
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>