Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: simplify footer #664

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "hi@bol.tz",
};
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