Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerDiorio committed Nov 11, 2024
1 parent 3d77dd2 commit a5c7ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Home/sidebar/RootLeftSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ function RootLeftSidebar({
formattedFooterTxtItem: [
styles.leftSidebarFooterTxtItem,
isMinimized && styles.leftSidebarFooterTxtItemMin,
window.innerWidth <= breakpoints.xsmall.int && styles.leftSidebarFooterTxtItemMobile,
],
formattedItemsContainer: css(styles.leftSidebarItemsContainer),
formattedLogoContainer: [
Expand Down

0 comments on commit a5c7ee5

Please sign in to comment.