diff --git a/components/HomeSpielplanTeamWidget.vue b/components/HomeSpielplanTeamWidget.vue index fffbd6f..6bf56e2 100755 --- a/components/HomeSpielplanTeamWidget.vue +++ b/components/HomeSpielplanTeamWidget.vue @@ -58,7 +58,9 @@

- {{ game.HeimMannschaft }} vs {{ game.GastMannschaft }} + {{ formatMatchTeamName(game.HeimMannschaft, game.HeimMannschaftAltersklasse) }} + vs + {{ formatMatchTeamName(game.GastMannschaft, game.GastMannschaftAltersklasse) }}

@@ -69,6 +71,7 @@ \ No newline at end of file + diff --git a/components/Navigation.vue b/components/Navigation.vue index 70fc015..780f311 100755 --- a/components/Navigation.vue +++ b/components/Navigation.vue @@ -111,10 +111,10 @@ -