(fix): small desktop app bugs
This commit is contained in:
parent
b0cdf0adf2
commit
d16f260a3a
3 changed files with 8 additions and 6 deletions
|
|
@ -156,7 +156,7 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
|
|||
)}
|
||||
</>
|
||||
)}
|
||||
<Controls className="mr-2 ring-border" />
|
||||
<Controls className="mr-2" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue