From be7ddfecc713c08d31d56902ca12036b49a3338a Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Sun, 3 Mar 2024 16:36:08 +0100 Subject: [PATCH] Tv/live last min (#138) * Live highlights in new tab * Add card text --- components/Tv/TVCategory.vue | 1 + components/Tv/TVShow.vue | 23 +++++++++++++++++++++-- pages/tv/live/[event].vue | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/components/Tv/TVCategory.vue b/components/Tv/TVCategory.vue index ac4ecd44..f2449f62 100644 --- a/components/Tv/TVCategory.vue +++ b/components/Tv/TVCategory.vue @@ -22,6 +22,7 @@ :tile="show.shows_id.tile" :title="show.shows_id.title" :description="show.shows_id.one_liner" + :overlay="show.shows_id.card_text" /> diff --git a/components/Tv/TVShow.vue b/components/Tv/TVShow.vue index da4d0ece..5a95d089 100644 --- a/components/Tv/TVShow.vue +++ b/components/Tv/TVShow.vue @@ -1,6 +1,8 @@