aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/about/About.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-03 21:47:32 +0800
committercrupest <crupest@outlook.com>2020-06-03 21:47:32 +0800
commit92e50c4a3ea250dc18c76bc8c29d86d486e63772 (patch)
treeddf52735fd200b4c8116f4269cb15cd1bf8639c1 /Timeline/ClientApp/src/about/About.tsx
parentc7b2c7933239a53769d3d46af5b0a90f7650085c (diff)
downloadtimeline-92e50c4a3ea250dc18c76bc8c29d86d486e63772.tar.gz
timeline-92e50c4a3ea250dc18c76bc8c29d86d486e63772.tar.bz2
timeline-92e50c4a3ea250dc18c76bc8c29d86d486e63772.zip
fix: Fix #88 .
Diffstat (limited to 'Timeline/ClientApp/src/about/About.tsx')
-rw-r--r--Timeline/ClientApp/src/about/About.tsx13
1 files changed, 2 insertions, 11 deletions
diff --git a/Timeline/ClientApp/src/about/About.tsx b/Timeline/ClientApp/src/about/About.tsx
index 1f8008d3..031c46cb 100644
--- a/Timeline/ClientApp/src/about/About.tsx
+++ b/Timeline/ClientApp/src/about/About.tsx
@@ -66,7 +66,7 @@ const backendCredits: {
icon?: string;
}[] = [
{
- name: 'ASP.Net Core',
+ name: 'ASP.NET Core',
url: 'https://dotnet.microsoft.com/learn/aspnet/what-is-aspnet-core',
},
{ name: 'sqlite', url: 'https://sqlite.org' },
@@ -128,20 +128,11 @@ const About: React.FC = () => {
</p>
<p>
<a
- href="https://github.com/crupest/Timeline-React"
- target="_blank"
- rel="noopener noreferrer"
- >
- {t('about.site.frontendRepo')}
- </a>
- </p>
- <p>
- <a
href="https://github.com/crupest/Timeline"
target="_blank"
rel="noopener noreferrer"
>
- {t('about.site.backendRepo')}
+ {t('about.site.repo')}
</a>
</p>
</div>