Skip to content

Commit

Permalink
chore: simplify footer (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored Sep 5, 2024
1 parent c957ad1 commit 4769214
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ const Footer = () => {
{t("branding")}
</a>{" "}
|{" "}
<a target="_blank" href={config.canaryUrl}>
{t("canary")}
</a>{" "}
|{" "}
<a target="_blank" href={config.statusUrl}>
{t("status")}
</a>{" "}
Expand Down
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const defaults = {
"https://www.youtube.com/playlist?list=PLkqOa9SGBeZfAEHvKkGKjeRIASeu6bNO3",
brandingUrl: "https://github.com/BoltzExchange/logo",
testnetUrl: "https://testnet.boltz.exchange",
canaryUrl: "https://canary.boltz.exchange",
telegramUrl: "https://t.me/boltzhq",
email: "[email protected]",
};
Expand Down
4 changes: 0 additions & 4 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ const dict = {
"Clipboard contains invalid characters or maximum amount is exceeded",
email: "Email",
switch_paste: "Switched swap direction/asset based on pasted content",
canary: "Canary",
settings: "Settings",
decimal_separator: "Decimal Separator",
denomination_tooltip: "Choose your preferred denomination: BTC or sats",
Expand Down Expand Up @@ -398,7 +397,6 @@ const dict = {
email: "Email",
switch_paste:
"Swap-Richtung/Asset basierend auf eingefügtem Inhalt gewechselt",
canary: "Canary",
settings: "Einstellungen",
decimal_separator: "Dezimaltrennzeichen",
denomination_tooltip:
Expand Down Expand Up @@ -619,7 +617,6 @@ const dict = {
email: "Email",
switch_paste:
"Cambiado de dirección/activo de intercambio basado en el contenido pegado",
canary: "Canary",
settings: "Ajustes",
decimal_separator: "Separador decimal",
denomination_tooltip: "Elige tu denominación preferida: BTC o sats",
Expand Down Expand Up @@ -818,7 +815,6 @@ const dict = {
paste_invalid: "剪贴板包含无效字符或超出最大金额",
email: "邮箱",
switch_paste: "根据粘贴的内容切换交换方向/资产",
canary: "金丝雀搜查令",
settings: "设置",
decimal_separator: "小数分隔符",
denomination_tooltip: "选择您的首选面额:BTC 或 sats",
Expand Down

0 comments on commit 4769214

Please sign in to comment.