From 93b04a8a77421ae989a06ca3bc8c6b11bd6cace5 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Fri, 16 Feb 2024 13:46:20 +0100 Subject: [PATCH] feat: add GDPR proof type (#341) * ProofCard: add translation for GDPR type * Add link to wiki --- src/components/ProofFooter.vue | 17 ++++++++++++++++- src/constants.js | 3 +++ src/i18n/locales/en.json | 3 ++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/components/ProofFooter.vue b/src/components/ProofFooter.vue index 49163fd54c..4acaa1aee4 100644 --- a/src/components/ProofFooter.vue +++ b/src/components/ProofFooter.vue @@ -2,7 +2,16 @@
- {{ proofType }} + + + {{ proofType }} + + + + + {{ proofType }} + + @@ -13,6 +22,7 @@