We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d14d0 commit 90ede04Copy full SHA for 90ede04
src/components/Core/ShellBar.tsx
@@ -106,6 +106,7 @@ export function ShellBarComponent() {
106
<>
107
<ShellBar
108
className={styles.TestShellbar}
109
+ hidden={window.location.href.includes('compact-mode')}
110
profile={<Avatar initials={generateInitialsForEmail(auth.user?.email)} size="XS" />}
111
startButton={
112
<div className={styles.container}>
0 commit comments