diff --git a/src/components/ServiceCard.stories.js b/src/components/ServiceCard.stories.js index 3390bd7..5dc9e5a 100644 --- a/src/components/ServiceCard.stories.js +++ b/src/components/ServiceCard.stories.js @@ -30,7 +30,13 @@ Default.args = { title: 'Services category title across one or two lines', links: [ { url: '#', title: 'Link 1' }, - { url: '#', title: 'Link 2' }, + { + url: '#', + title: 'Link 2', + external: true, + target: '_blank', + icon: 'upper-right-arrow' + }, { url: '#', title: 'Link 3' }, { url: '#', title: 'Link 4' }, { url: '#', title: 'Link 5' }, diff --git a/src/components/ServiceCard.vue b/src/components/ServiceCard.vue index 89ce547..fcb15f0 100644 --- a/src/components/ServiceCard.vue +++ b/src/components/ServiceCard.vue @@ -21,7 +21,14 @@