diff options
-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>
|