Skip to content

Commit

Permalink
SWED-2249 remove trailing periods playbook cards
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Oct 10, 2023
1 parent 8adf900 commit 0795b38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App/routes/playbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
Expand Down

0 comments on commit 0795b38

Please sign in to comment.