diff --git a/src/views/GameView.vue b/src/views/GameView.vue
index eb2e0a6..5643c79 100644
--- a/src/views/GameView.vue
+++ b/src/views/GameView.vue
@@ -12,8 +12,10 @@
team1Abbreviation: adjacentGames!.team1prevGame!.away_team.abbrev,
team2Abbreviation: adjacentGames!.team1prevGame!.home_team.abbrev
}
- }">
- Previous {{ awayTeamAbbreviation }} Game
+ }" v-slot="{ href, navigate }">
+
@@ -27,8 +29,10 @@
team1Abbreviation: adjacentGames!.team1nextGame!.away_team.abbrev,
team2Abbreviation: adjacentGames!.team1nextGame!.home_team.abbrev
}
- }">
- Next {{ awayTeamAbbreviation }} Game
+ }" v-slot="{ href, navigate }">
+
@@ -46,8 +50,10 @@
team1Abbreviation: adjacentGames!.team2prevGame!.away_team.abbrev,
team2Abbreviation: adjacentGames!.team2prevGame!.home_team.abbrev
}
- }">
- Previous {{ homeTeamAbbreviation }} Game
+ }" v-slot="{ href, navigate }">
+
@@ -61,8 +67,10 @@
team1Abbreviation: adjacentGames!.team2nextGame!.away_team.abbrev,
team2Abbreviation: adjacentGames!.team2nextGame!.home_team.abbrev
}
- }">
- Next {{ homeTeamAbbreviation }} Game
+ }" v-slot="{ href, navigate }">
+