From 41a3c22e7c888ceb96ec4114a09a7f0f6177750b Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:24:06 +0100 Subject: [PATCH] feat: added correct legal info (#221) --- README.md | 4 ++++ patternlab-config.json | 16 +++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbd789b15..6c7f93fb7 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ npm run build The `npm build` task is what performs the style dictionary build steps to generate the files for each platform. Every time you change something in the style dictionary, like changing colors or adding tokens, you will have to run this command again to generate the files. +## Third party acknowledgments – many kudos for that !!! + +- [open privacy by opr.vc](https://opr.vc) + ## Code of conduct We as members, contributors, and leaders pledge to make participation in our diff --git a/patternlab-config.json b/patternlab-config.json index 8502a95e4..558a322fb 100644 --- a/patternlab-config.json +++ b/patternlab-config.json @@ -131,7 +131,21 @@ }, "toolLinks": { "before": [], - "after": [] + "after": [ + { + "text": "Imprint", + "url": "https://www.dbsystel.de/dbsystel-en/legal-3715942", + "class": "", + "icon": "help" + }, + + { + "text": "Datenschutzerklärung", + "url": "https://db-ui.github.io/datenschutzerklaerung.html", + "class": "", + "icon": "help" + } + ] } } }