Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
update logo (#813)
Browse files Browse the repository at this point in the history
* update logo

* Add 128px png logo.

* Add 192px png logo.
  • Loading branch information
mmilenkovic authored Feb 4, 2022
1 parent 9233e99 commit 710d0a3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="description"
content="A functional web wallet to interact with the Hermez zk-rollup user accounts."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo102.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 28 additions & 1 deletion src/images/hermez-logo-alternative.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/images/hermez-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/views/shared/public-layout/public-layout.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ const usePublicLayoutStyles = createUseStyles((theme: Theme) => ({
alignItems: "center",
},
logo: {
width: 128,
marginTop: theme.spacing(6),
marginBottom: theme.spacing(4),
width: 400,
[theme.breakpoints.upSm]: {
marginTop: theme.spacing(9),
},
Expand Down

0 comments on commit 710d0a3

Please sign in to comment.