Skip to content

Commit d7fd3ac

Browse files
committed
fix: removed more settings from blabsy
1 parent f8988dc commit d7fd3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/blabsy/src/components/sidebar/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function Sidebar(): JSX.Element {
114114
iconName='UserIcon'
115115
/>
116116
)}
117-
{!isMobile && <MoreSettings />}
117+
{/* {!isMobile && <MoreSettings />} */}
118118
</nav>
119119
{!(isMobile && isOnChatPage) && (
120120
<Button

0 commit comments

Comments
 (0)