Skip to content

Commit

Permalink
updated admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
manish committed Dec 7, 2024
1 parent e6014c3 commit 15ae884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Sidebar = () => {
<div className='sidebar'>
<div className="sidebar-options">
<NavLink to='/' className="sidebar-option">
<img src={assets.parcel_icon} alt="" />
<img src={assets.parcel_icon} alt="" style={{height:'28px'}}/>
<p>Orders</p>
</NavLink>
<NavLink to='/add' className="sidebar-option">
Expand Down

0 comments on commit 15ae884

Please sign in to comment.