Skip to content

Commit

Permalink
feat: add BNB logo
Browse files Browse the repository at this point in the history
  • Loading branch information
clydemeng committed Oct 19, 2023
1 parent 2ec831e commit ea2b1b9
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 56 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/favicons/android-chrome-192x192.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 public/favicons/android-chrome-512x512.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 public/favicons/apple-touch-icon.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 public/favicons/favicon-16x16.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 public/favicons/favicon-32x32.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 public/favicons/favicon-dot.ico
Binary file not shown.
Binary file modified public/favicons/favicon.ico
Binary file not shown.
Binary file removed public/favicons/logo_120x120.png
Binary file not shown.
Binary file removed public/favicons/mstile-144x144.png
Binary file not shown.
Binary file removed public/favicons/mstile-150x150.png
Binary file not shown.
Binary file removed public/favicons/mstile-310x150.png
Binary file not shown.
Binary file removed public/favicons/mstile-310x310.png
Binary file not shown.
Binary file removed public/favicons/mstile-70x70.png
Binary file not shown.
33 changes: 0 additions & 33 deletions public/favicons/safari-pinned-tab.svg

This file was deleted.

14 changes: 13 additions & 1 deletion public/images/logo-no-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 39 additions & 14 deletions public/images/logo.svg
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 public/images/safe-logo-green.png
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 src/components/dashboard/CreationDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const CreationDialog = () => {
<Dialog open={open}>
<DialogContent sx={{ paddingX: 8, paddingTop: 9, paddingBottom: 6 }}>
<Typography variant="h3" fontWeight="700" mb={1}>
Welcome to {'Safe{Wallet}'}!
Welcome to {'BNB Safe{Wallet}'}!
</Typography>
<Typography variant="body2">
Congratulations on your first step to truly unlock ownership. Enjoy the experience and discover our app.
Expand Down
2 changes: 1 addition & 1 deletion src/components/welcome/NewSafe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const NewSafe = () => {
color="static.main"
mb={1}
>
Welcome to {'Safe{Wallet}'}
Welcome to {'BNB Safe{Wallet}'}
</Typography>

<Typography mb={5} color="static.main">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Welcome: NextPage = () => {
return (
<>
<Head>
<title>{'Safe{Wallet} – Welcome'}</title>
<title>{'BNB Safe{Wallet} – Welcome'}</title>
</Head>

<NewSafe />
Expand Down
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4517,17 +4517,23 @@
web3-utils "^1.8.1"
zksync-web3 "^0.14.3"

"@safe-global/[email protected]", "@safe-global/safe-deployments@^1.25.0":
"@safe-global/safe-deployments@^1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.22.0.tgz#4214ac5a9ebcad7cdbf5f641b0728bc0e497286e"
integrity sha512-SmbeCRMlcO/EONxbV6nP6pM/60q0NIHVezxx5FMv0dIAkDffdbm25reonKlOk3AJYW1b/c6pZA0RbWDwFSJEkQ==
dependencies:
semver "^7.3.7"

"@safe-global/safe-deployments@^1.25.0":
version "1.25.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.25.0.tgz#882f0703cd4dd86cc19238319d77459ded09ec88"
integrity sha512-j7Ml1MVZw73XMTLbyIjo+Gvohwg5HYi8WM6b3vo+AkYEO/X4TNY8eJ0T0Awip5PO9MNyZymF3QY065uccQP53A==
dependencies:
semver "^7.3.7"

"@safe-global/safe-deployments@^1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@safe-global/safe-deployments/-/safe-deployments-1.22.0.tgz#4214ac5a9ebcad7cdbf5f641b0728bc0e497286e"
integrity sha512-SmbeCRMlcO/EONxbV6nP6pM/60q0NIHVezxx5FMv0dIAkDffdbm25reonKlOk3AJYW1b/c6pZA0RbWDwFSJEkQ==
"@safe-global/safe-deployments@j75689/safe-deployments#v1.25.0-op":
version "1.25.0"
resolved "https://codeload.github.com/j75689/safe-deployments/tar.gz/73d81822b13627da3b329689bd9dd6cf24151aa0"
dependencies:
semver "^7.3.7"

Expand Down

0 comments on commit ea2b1b9

Please sign in to comment.