diff --git a/components/Card.vue b/components/Card.vue index 10dc56c..2c1c716 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -40,6 +40,7 @@ export default { ? 'card--active' : '' } + return '' } }, } diff --git a/pages/css/index.vue b/pages/css/index.vue index 3ad96e0..f977391 100644 --- a/pages/css/index.vue +++ b/pages/css/index.vue @@ -50,7 +50,7 @@ export default { }, { title: 'A complete guide to flexbox', - desc: 'A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elemends (the flex items). It also includes history, demos, patterns and a browser support chart. By css-tricks.com', + desc: 'A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container).', url: 'https://css-tricks.com/snippets/css/a-guide-to-flexbox/' }, {