Skip to content

Commit

Permalink
margin issue fix on header
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavyajain21 committed May 25, 2024
1 parent 67685c9 commit 7bee10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Header({
className={tw("size-[56px] rounded border object-cover")}
/>
)}
<div className={`${asset?"pl-4":""}`}>
<div className={`${asset && "pl-4"}`}>
<Heading as="h2" className="break-all text-[20px] font-semibold">
{title || header?.title}
</Heading>
Expand Down

0 comments on commit 7bee10c

Please sign in to comment.