From 0795b38045ef57d9d79f785cfcb01b19e1471ab8 Mon Sep 17 00:00:00 2001 From: Raphael Ferrand Date: Tue, 10 Oct 2023 16:26:50 +0200 Subject: [PATCH] SWED-2249 remove trailing periods playbook cards --- src/App/routes/playbook.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App/routes/playbook.js b/src/App/routes/playbook.js index 6ece27ae8e..fcc095336e 100644 --- a/src/App/routes/playbook.js +++ b/src/App/routes/playbook.js @@ -23,28 +23,28 @@ module.exports = [ path: "design-vision", rootPath: "/playbook/design-vision", componentPath: "content/DesignVision", - text: "A high-level north star for all new products created in the Swedbank Pay portfolio.", + text: "A high-level north star for all new products created in the Swedbank Pay portfolio", }, { title: "Principles", path: "principles", rootPath: "/playbook/principles", componentPath: "content/Principles", - text: "Best practices mainly for product design that are clear and easy to follow. Free advice, if you will.", + text: "Best practices mainly for product design that are clear and easy to follow. Free advice, if you will", }, { title: "Profiles", path: "profiles", rootPath: "/playbook/profiles", componentPath: "content/Profiles", - text: "The profiles are UI/UX styles that speak to different products, contexts and user groups.", + text: "The profiles are UI/UX styles that speak to different products, contexts and user groups", }, { title: "Showroom", path: "showroom", rootPath: "/playbook/showroom", componentPath: "content/Showroom", - text: "See examples from our visual language.", + text: "See examples from our visual language", }, ], },