diff --git a/components/Tv/TVCategory.vue b/components/Tv/TVCategory.vue index ac4ecd4..f2449f6 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 da4d0ec..5a95d08 100644 --- a/components/Tv/TVShow.vue +++ b/components/Tv/TVShow.vue @@ -1,6 +1,8 @@