Skip to content

Commit

Permalink
Fix nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 18, 2023
1 parent bb106bf commit 5c5c963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/components/nav-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const NavBar = ({ clickthrough }: { clickthrough: boolean }) => {
{currentChannel?.name}
</div>
</div>
<div>
<div className="hidden md:flex">
<Button intent="secondary" size="small">
<Pin
size={20}
Expand Down

0 comments on commit 5c5c963

Please sign in to comment.