Skip to content

Commit

Permalink
Merge pull request #1867 from IntersectMBO/feat/1851_1852-change-volt…
Browse files Browse the repository at this point in the history
…aire-to-cardano

feat/(#1851)(#1852) change voltaire logo and copy to cardano
  • Loading branch information
MSzalowski authored Aug 29, 2024
2 parents 2e15e90 + aa0435e commit ea386bb
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<big><strong>Monorepo containing Voltaire GovTool and supporting utilities</strong></big>
<big><strong>Monorepo containing Cardano GovTool and supporting utilities</strong></big>
</p>

<div align="center">
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion govtool/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Voltaire Govtool</title>
<title>Cardano Govtool</title>
<style>
html,
body {
Expand Down
2 changes: 1 addition & 1 deletion govtool/frontend/maintenance-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<div>
<h1 class="heading">GovTool is down</h1>
<h2 class="text">
The Voltaire GovTool is currently down for maintenance. Voltaire
The Cardano GovTool is currently down for maintenance. Cardano
Govtool is connected to Preview testnet, which means that if the
network gets upgraded with new features Govtool needs to be updated
too. Please try again later.
Expand Down
33 changes: 33 additions & 0 deletions govtool/frontend/public/images/CardanoLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion govtool/frontend/src/consts/images.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions govtool/frontend/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ export const en = {
hero: {
connectWallet: "Connect your wallet",
description:
"Anyone with a wallet containing ADA can participate in governance on Voltaire.\n\nYour ADA balance entitles you to an equal amount of Voting Power.\n\nFor more info see the guide entry for <0>Voting Power</0>.",
headline: "Voltaire \n Governance Tool",
"Anyone with a wallet containing ADA can participate in governance on Cardano.\n\nYour ADA balance entitles you to an equal amount of Voting Power.\n\nFor more info see the guide entry for <0>Voting Power</0>.",
headline: "Cardano \n Governance Tool",
},
home: {
cards: {
Expand Down Expand Up @@ -576,7 +576,7 @@ export const en = {
beCareful: "Be Careful!",
continueTo: "Continue to external link",
description:
"Exercise caution and verify the website's authenticity before sharing personal information. To proceed, click 'Continue'. To stay on Voltaire, click 'Cancel'.",
"Exercise caution and verify the website's authenticity before sharing personal information. To proceed, click 'Continue'. To stay on Cardano, click 'Cancel'.",
safety: "External Link Safety",
thisIs: "This is an external link:",
youAreAboutToOpen: "You are about to open an external link to:",
Expand Down Expand Up @@ -739,7 +739,7 @@ export const en = {
},
system: {
description:
"The Voltaire GovTool is a tool that allows you to participate in the governance of the Cardano network. You can propose, vote on, and delegate your voting power to other users.",
"The Cardano GovTool is a tool that allows you to participate in the governance of the Cardano network. You can propose, vote on, and delegate your voting power to other users.",
title: "This tool is connected to {{networkName}}",
bootstrappingWarning:
"Govtool is in the Bootstrapping phase. Some features are not available. <docs>Learn more</docs>",
Expand Down

0 comments on commit ea386bb

Please sign in to comment.