Skip to content

Commit

Permalink
Update to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
adberger committed Jun 3, 2024
1 parent 525c56c commit f49cbfb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/pages/bouts/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const year = ref([
"2021",
"2022",
"2023",
"2024",
]);
const filters = ref({
Expand Down
6 changes: 3 additions & 3 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const layout =
<p>
Enthält alle aktiven Schwinger aus der
<a href="https://esv.ch/hkesv/datenbank/">Datenbank des ESV</a>(Stand
05.08.2023).
02.06.2023).
</p>
<Button
label="Anzeigen"
Expand All @@ -57,7 +57,7 @@ const layout =
>
<template #title> Schwingfeste </template>
<template #content>
<p>Enthält alle Schwingfeste aus den Jahren 2015 - 2023.</p>
<p>Enthält alle Schwingfeste aus den Jahren 2015 - 2024.</p>
<Button
label="Anzeigen"
class="w-half mt-3 bg-yellow-900 border-2 border-yellow-800"
Expand All @@ -76,7 +76,7 @@ const layout =
<template #title> Ranglisten </template>
<template #content>
<p>
Enthält Ränge aus über 2'500 Ranglisten aus den Jahren 2015 - 2023.
Enthält Ränge aus über 2'500 Ranglisten aus den Jahren 2015 - 2024.
</p>
<Button
label="Anzeigen"
Expand Down
1 change: 1 addition & 0 deletions app/pages/places/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const year = ref([
"2021",
"2022",
"2023",
"2024",
]);
const placeType = ref([
"Sonstige",
Expand Down
1 change: 1 addition & 0 deletions app/pages/rankings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const year = ref([
"2021",
"2022",
"2023",
"2024",
]);
const layout =
Expand Down
1 change: 1 addition & 0 deletions app/pages/statistics/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const years = ref([
{ year: 2021 },
{ year: 2022 },
{ year: 2023 },
{ year: 2024 },
{ year: "Alle" },
]);
Expand Down
1 change: 1 addition & 0 deletions app/pages/wrestler/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const years = ref([
{ year: 2021 },
{ year: 2022 },
{ year: 2023 },
{ year: 2024 },
{ year: "Alle" },
]);
Expand Down

0 comments on commit f49cbfb

Please sign in to comment.