aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/about
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/about')
-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>