Skip to content

Commit

Permalink
update: ambire logo in the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 7, 2024
1 parent 584411a commit faac325
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 1 deletion.
92 changes: 92 additions & 0 deletions public/resources/logo-v1.svg
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/Wallet/SideBar/SideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const SideBar = ({

{!dappModeSidebar && (
<NavLink to="/wallet/dashboard" className={styles.sidebarLogo}>
<img src="/resources/logo.svg" alt="ambire-logo" />
<img src="/resources/logo-v1.svg" alt="ambire-logo" />
</NavLink>
)}
<div className={styles.balance}>
Expand Down

0 comments on commit faac325

Please sign in to comment.