Skip to content

Commit

Permalink
fix(web): Fix profile option icon in mobile layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Oct 13, 2024
1 parent 4791a53 commit 8741ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/dashboard/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function Header() {
<HoarderLogo height={20} gap="8px" />
</Link>
</div>
<div className="flex w-full gap-2">
<div className="flex flex-1 gap-2">
<SearchInput className="min-w-40 bg-muted" />
<GlobalActions />
</div>
Expand Down

0 comments on commit 8741ab0

Please sign in to comment.