mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-20 11:48:03 +02:00
chore: hiding menubar icon temporarily
This commit is contained in:
parent
b1d2b798ba
commit
b800055df4
@ -27,18 +27,12 @@ const MenuBar = () => {
|
|||||||
{openTheme && <SwitchTheme onClose={() => setOpenTheme(false)} />}
|
{openTheme && <SwitchTheme onClose={() => setOpenTheme(false)} />}
|
||||||
|
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<Link href="/">
|
{/* Todo: Fix this: Clicking on this crashes the app */}
|
||||||
|
{/* <Link href="/">
|
||||||
<div className={getClassName('/')}>
|
<div className={getClassName('/')}>
|
||||||
<IconCode size={28} strokeWidth={1.5} />
|
<IconCode size={28} strokeWidth={1.5} />
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link> */}
|
||||||
{!isPlatformElectron ? (
|
|
||||||
<Link href="/collections">
|
|
||||||
<div className={getClassName('/collections')}>
|
|
||||||
<IconFiles size={28} strokeWidth={1.5} />
|
|
||||||
</div>
|
|
||||||
</Link>
|
|
||||||
) : null}
|
|
||||||
{/* <div className="menu-item">
|
{/* <div className="menu-item">
|
||||||
<IconUsers size={28} strokeWidth={1.5}/>
|
<IconUsers size={28} strokeWidth={1.5}/>
|
||||||
</div> */}
|
</div> */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user