From 0f334fd0c6fbe25adbba13595a898cdba37ab08c Mon Sep 17 00:00:00 2001 From: Anonymous Date: Thu, 10 Oct 2024 23:15:17 +0200 Subject: [PATCH] changed title name for website --- frontend/src/pages/bundesliga/table.astro | 2 +- frontend/src/pages/bundesliga/team/[teamName].astro | 2 +- frontend/src/pages/player/[playerName]/[playerId].astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/bundesliga/table.astro b/frontend/src/pages/bundesliga/table.astro index 8067a7c6e..7fd99602a 100644 --- a/frontend/src/pages/bundesliga/table.astro +++ b/frontend/src/pages/bundesliga/table.astro @@ -19,7 +19,7 @@ const props: Record = { - Bundesliga Tabelle - kickbase-information + Bundesliga Tabelle diff --git a/frontend/src/pages/bundesliga/team/[teamName].astro b/frontend/src/pages/bundesliga/team/[teamName].astro index 1d92cb811..25aae2b31 100644 --- a/frontend/src/pages/bundesliga/team/[teamName].astro +++ b/frontend/src/pages/bundesliga/team/[teamName].astro @@ -35,7 +35,7 @@ const props = { - {params.teamName} - kickbase-information + {params.teamName} diff --git a/frontend/src/pages/player/[playerName]/[playerId].astro b/frontend/src/pages/player/[playerName]/[playerId].astro index 3ac5907a7..690a7c2d7 100644 --- a/frontend/src/pages/player/[playerName]/[playerId].astro +++ b/frontend/src/pages/player/[playerName]/[playerId].astro @@ -50,7 +50,7 @@ const props = { - {playerName} - kickbase-information + {playerName}