Skip to content

Commit

Permalink
Update src/Components/Common/PageTitle.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Sep 11, 2024
1 parent 5b7c455 commit 028485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Common/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function PageTitle({
</div>
{componentRight}
</div>
<div className={hideBack ? "my-2" : "my-2 ml-8 print:hidden"}>
<div className={hideBack ? "my-2" : "my-2 ml-8"}>
{breadcrumbs && <Breadcrumbs replacements={crumbsReplacements} />}
</div>
</div>
Expand Down

0 comments on commit 028485f

Please sign in to comment.