Skip to content

Commit

Permalink
fix: icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogtiti committed Dec 9, 2023
1 parent 85dc303 commit 137b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Drawer = ({
<DrawerItem
icon={
<img
style={{ height: 24, width: 24 }}
style={{ height: 16, width: 16 }}
src="/connect-ai-logo.svg"
></img>
}
Expand Down

0 comments on commit 137b7fd

Please sign in to comment.