From d82657ec615730b49aa38c3df15e14298b7fca14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 12:26:38 +0200 Subject: [PATCH] shorten text --- components/Card.vue | 1 + pages/css/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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/' }, {