diff --git a/src/components/PromoCard.stories.js b/src/components/PromoCard.stories.js
index a54ad6a..2320c8c 100644
--- a/src/components/PromoCard.stories.js
+++ b/src/components/PromoCard.stories.js
@@ -31,6 +31,7 @@ Default.args = {
date: '29 Nov 2022',
default: 'Esse reprehenderit non sit occaecat eiusmod nulla cillum adipisicing excepteur anim non quis non dolor exercitation eu',
imageSrc: 'data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=',
+ subtitle: 'Occaecat non enim',
tags: [
{ id: 1, value: 'Topic 1' },
{ id: 2, value: 'Topic 2' }
diff --git a/src/components/PromoCard.vue b/src/components/PromoCard.vue
index 36cd857..273d618 100644
--- a/src/components/PromoCard.vue
+++ b/src/components/PromoCard.vue
@@ -31,8 +31,20 @@