From 9f33c9440c10963f6e24cad6881eadca56a8a1bb Mon Sep 17 00:00:00 2001 From: Joanna Dyczka Date: Thu, 29 Aug 2024 15:13:03 +0200 Subject: [PATCH 1/2] [#1851] change logo to Cardano GovTool --- CHANGELOG.md | 1 + .../frontend/public/images/CardanoLogo.svg | 33 +++++++++++++++++++ govtool/frontend/src/consts/images.ts | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 govtool/frontend/public/images/CardanoLogo.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index c45c04b02..83e849353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ changes. - Replace diff library to avoid usage of `--force` in package installation - Bump @intersect.mbo/pdf-ui to v0.3.8 +- Change logo to Cardano GovTool [Issue 1851](https://github.com/IntersectMBO/govtool/issues/1851) ## [sancho-v1.0.14](https://github.com/IntersectMBO/govtool/releases/tag/sancho-v1.0.14) 2024-08-26 diff --git a/govtool/frontend/public/images/CardanoLogo.svg b/govtool/frontend/public/images/CardanoLogo.svg new file mode 100644 index 000000000..f3ab8b5f3 --- /dev/null +++ b/govtool/frontend/public/images/CardanoLogo.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/govtool/frontend/src/consts/images.ts b/govtool/frontend/src/consts/images.ts index 20300cee4..9ff66e35a 100644 --- a/govtool/frontend/src/consts/images.ts +++ b/govtool/frontend/src/consts/images.ts @@ -1,5 +1,5 @@ export const IMAGES = { - appLogo: "/images/VoltaireLogo.svg", + appLogo: "/images/CardanoLogo.svg", appLogoWithoutText: "/images/AppLogoWithoutText.png", bgBlue: "/images/BGBlue.png", bgOrange: "/images/BGOrange.png", From aa0435ef26fba82704a5ee9b37b9e28f3c094785 Mon Sep 17 00:00:00 2001 From: Joanna Dyczka Date: Thu, 29 Aug 2024 15:14:04 +0200 Subject: [PATCH 2/2] [#1852] change copy to Cardano GovTool --- CHANGELOG.md | 1 + README.md | 4 ++-- govtool/frontend/index.html | 2 +- govtool/frontend/maintenance-page/index.html | 2 +- govtool/frontend/src/i18n/locales/en.ts | 8 ++++---- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e849353..5061b0810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ changes. - Replace diff library to avoid usage of `--force` in package installation - Bump @intersect.mbo/pdf-ui to v0.3.8 - Change logo to Cardano GovTool [Issue 1851](https://github.com/IntersectMBO/govtool/issues/1851) +- Change copy to Cardano GovTool [Issue 1852](https://github.com/IntersectMBO/govtool/issues/1852) ## [sancho-v1.0.14](https://github.com/IntersectMBO/govtool/releases/tag/sancho-v1.0.14) 2024-08-26 diff --git a/README.md b/README.md index 3a1e07bfa..8a8aea50b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Monorepo containing Voltaire GovTool and supporting utilities + Monorepo containing Cardano GovTool and supporting utilities

@@ -18,7 +18,7 @@ ## 🌄 Purpose -The Voltaire GovTool enables ada holders to experience the governance features described in [CIP-1694](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md). +The Cardano GovTool enables ada holders to experience the governance features described in [CIP-1694](https://github.com/cardano-foundation/CIPs/blob/master/CIP-1694/README.md). ### Instances diff --git a/govtool/frontend/index.html b/govtool/frontend/index.html index e3ff67282..8032b4a36 100644 --- a/govtool/frontend/index.html +++ b/govtool/frontend/index.html @@ -10,7 +10,7 @@ rel="stylesheet" /> - Voltaire Govtool + Cardano Govtool