Skip to content

Commit

Permalink
changed title name for website
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Oct 10, 2024
1 parent bce1ab3 commit 0f334fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/bundesliga/table.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const props: Record<string, string> = {
<link rel="icon" type="image/x-icon" href={favIcon} />
<link rel="preload" as="font" href={`${BASE_PATH_WITHOUT_DOMAIN}/fonts/roboto-condensed-v24-latin-700.woff2`} />
<link rel="preload" as="font" href={`${BASE_PATH_WITHOUT_DOMAIN}/fonts/roboto-condensed-v24-latin-regular.woff2`} />
<title>Bundesliga Tabelle - kickbase-information</title>
<title>Bundesliga Tabelle</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="kickbase-information Bundesliga Tabelle" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/bundesliga/team/[teamName].astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const props = {
<link rel="preload" as="font" href={`${BASE_PATH_WITHOUT_DOMAIN}/fonts/roboto-condensed-v24-latin-700.woff2`} />
<link rel="preload" as="font" href={`${BASE_PATH_WITHOUT_DOMAIN}/fonts/roboto-condensed-v24-latin-regular.woff2`} />
<link rel="icon" type="image/x-icon" href={favIcon} />
<title>{params.teamName} - kickbase-information</title>
<title>{params.teamName}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content={`${params.teamName} - kickbase-information`} />
</head>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/player/[playerName]/[playerId].astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const props = {
<link rel='preload' as='font' href={`${BASE_PATH_WITHOUT_DOMAIN}/fonts/roboto-condensed-v24-latin-700.woff2`} />
<link rel='preload' as='font' href={`${BASE_PATH_WITHOUT_DOMAIN}/fonts/roboto-condensed-v24-latin-regular.woff2`} />
<link rel='icon' type='image/x-icon' href={favIcon} />
<title>{playerName} - kickbase-information</title>
<title>{playerName}</title>
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='description' content={`Spielerprofil von ${playerName} - kickbase-information`} />
</head>
Expand Down

0 comments on commit 0f334fd

Please sign in to comment.