mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-23 21:41:53 +02:00
chore: fix typo
This commit is contained in:
parent
d6e4d07e2c
commit
93544f8ae6
@ -26,7 +26,7 @@ const MenuBar = () => {
|
|||||||
<IconCode size={28} strokeWidth={1.5}/>
|
<IconCode size={28} strokeWidth={1.5}/>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
{isPlatformElectron ? (
|
{!isPlatformElectron ? (
|
||||||
<Link href="/collections">
|
<Link href="/collections">
|
||||||
<div className={getClassName('/collections')}>
|
<div className={getClassName('/collections')}>
|
||||||
<IconFiles size={28} strokeWidth={1.5}/>
|
<IconFiles size={28} strokeWidth={1.5}/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user