Skip to content

Commit

Permalink
update copy and optimize images
Browse files Browse the repository at this point in the history
  • Loading branch information
keplervital committed Feb 13, 2025
1 parent d7c7b4d commit a779531
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 176 deletions.
5 changes: 0 additions & 5 deletions apps/wallet/assets/images/github-mark.svg

This file was deleted.

Binary file modified apps/wallet/assets/images/infinity-mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/wallet/assets/images/logo-markers-bg.png
Binary file not shown.
Binary file modified apps/wallet/assets/images/logo-markers-bottom-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/wallet/assets/images/logo-markers-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/wallet/assets/images/logo-markers-top-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/wallet/assets/images/logo-markers-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 0 additions & 98 deletions apps/wallet/assets/images/powered-by-badge.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/wallet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="app:build-mode" content="%APP_BUILD_MODE%" />
<meta name="app:build-version" content="%APP_BUILD_VERSION%" />
<meta name="app:build-hash" content="%APP_BUILD_HASH%" />
<link rel="icon" href="%BASE_URL%images/favicon.svg" data-versioned-path />
<link rel="icon" href="%BASE_URL%images/favicon.png" data-versioned-path />
<meta content="#030024" name="theme-color" />
<title>%APP_TITLE%</title>
<link href="https://orbitwallet.io" rel="canonical" />
Expand Down
Binary file added apps/wallet/public/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 0 additions & 60 deletions apps/wallet/public/images/favicon.svg

This file was deleted.

Binary file modified apps/wallet/public/images/social-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/wallet/src/locales/en.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ export default {
},
sidebar: {
highlights: {
main: 'Trustless Wallet {line1} {line2} {line3}',
line1: 'Multi-signature',
main: 'Secure Wallet {line1} {line2} {line3}',
line1: 'Multi Approval',
line2: 'Digital Assets',
line3: 'Smart Contracts',
},
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/src/locales/fr.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
sidebar: {
highlights: {
main: 'Portefeuille de confiance {line1} {line2} {line3}',
line1: 'Multi-signatures',
line1: 'Approbation multiple',
line2: 'Gestion d actifs',
line3: 'Contrat intelligent',
},
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet/src/locales/pt.locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
sidebar: {
highlights: {
main: 'Carteira de confiança {line1} {line2} {line3}',
line1: 'Multi-assinatura',
line1: 'Aprovação multipla',
line2: 'Ativos digitais',
line3: 'Contratos inteligentes',
},
Expand Down
1 change: 0 additions & 1 deletion apps/wallet/src/pages/InitializationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PageLayout>
<template #sidebar="{ showWarningBanner }">
<AppSidebar
class="logo-markers-bg--contain"
:class="{
['warning-banner--offset']: showWarningBanner,
}"
Expand Down
7 changes: 0 additions & 7 deletions apps/wallet/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,6 @@ a {
url('~assets/images/logo-markers-bottom-dark.png');
}

.logo-markers-bg {
background-image: url('~assets/images/logo-markers-bg.png');
background-repeat: no-repeat;
background-position: bottom left;
background-size: 50vmin;
}

.min-height-100 {
min-height: 100%;
}
Expand Down

0 comments on commit a779531

Please sign in to comment.