Skip to content

Commit a381ffb

Browse files
committed
feat: updated screenshot
1 parent 7d6908b commit a381ffb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/appscreenshot.png

330 KB
Loading

src/Components/Sidebar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const Sidebar = ({ collapsed, setCollapsed }: Props) => {
162162
className={cx(classes.navigationItem, {
163163
[classes.selectedNavigationItem]: location.pathname === tool.to,
164164
})}
165-
mt={showDescription ? SIDEBAR_CONSTANTS.SPACING.ITEM_MARGIN_TOP : 4}
165+
mt={SIDEBAR_CONSTANTS.SPACING.ITEM_MARGIN_TOP}
166166
onClick={() => handleNavigation(tool.to)}
167167
>
168168
<Box className={classes.itemContent} w="100%">

0 commit comments

Comments
 (0)