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)} />}
|
||||
|
||||
<div className="flex flex-col">
|
||||
<Link href="/">
|
||||
{/* Todo: Fix this: Clicking on this crashes the app */}
|
||||
{/* <Link href="/">
|
||||
<div className={getClassName('/')}>
|
||||
<IconCode size={28} strokeWidth={1.5} />
|
||||
</div>
|
||||
</Link>
|
||||
{!isPlatformElectron ? (
|
||||
<Link href="/collections">
|
||||
<div className={getClassName('/collections')}>
|
||||
<IconFiles size={28} strokeWidth={1.5} />
|
||||
</div>
|
||||
</Link>
|
||||
) : null}
|
||||
</Link> */}
|
||||
{/* <div className="menu-item">
|
||||
<IconUsers size={28} strokeWidth={1.5}/>
|
||||
</div> */}
|
||||
|
Loading…
x
Reference in New Issue
Block a user