Skip to content

Commit

Permalink
refactor: updated logo image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrishimeena committed Sep 23, 2024
1 parent f70a066 commit 565fa02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion lib/web/src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Sidebar extends React.Component {
<>
<Sider width={200} style={{ overflow: 'auto', height: '100vh', left: 0 }}>
<div className='logo'>
<NavLink exact to='/logs'><img src={getAssetPath('assets/images/errsole-logo-light.png')} height={30} /></NavLink>
<NavLink exact to='/logs'><img src={getAssetPath('assets/images/logo-light.png')} height={30} /></NavLink>
</div>
<Menu className='side-menu' theme='dark' mode='inline' selectedKeys={[activeMenuKeys]} defaultOpenKeys={['3']}>
<Menu.Item key='0'>
Expand Down

0 comments on commit 565fa02

Please sign in to comment.