From 1e90a93049cd57098608de72f02bfaabfadd32b6 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 3 Jun 2020 21:47:32 +0800 Subject: fix: Fix #88 . --- Timeline/ClientApp/src/about/About.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'Timeline/ClientApp/src/about/About.tsx') 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' }, @@ -126,22 +126,13 @@ const About: React.FC = () => { 56

-

- - {t('about.site.frontendRepo')} - -

- {t('about.site.backendRepo')} + {t('about.site.repo')}

-- cgit v1.2.3