Skip to content

Commit

Permalink
update: ambire v1 sidebar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 8, 2024
1 parent 5e84bd2 commit 94d8988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Wallet/SideBar/SideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Loading, Button } from 'components/common'
import GasIndicator from 'components/Wallet/SideBar/GasIndicator/GasIndicator'

import { MdClose } from 'react-icons/md'
import { ReactComponent as AmbireV1Logo } from 'resources/logo-v1.svg'
import { ReactComponent as DashboardIcon } from './images/dashboard.svg'
import { ReactComponent as DepositIcon } from './images/deposit.svg'
import { ReactComponent as TransferIcon } from './images/transfer.svg'
Expand Down Expand Up @@ -100,7 +101,7 @@ const SideBar = ({

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

0 comments on commit 94d8988

Please sign in to comment.