Skip to content

Commit

Permalink
heading
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Oct 19, 2024
1 parent fcc4e85 commit a2524cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/screens/layout/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const ContentCardTitle = ({
<div className="flex flex-col gap-0.5 overflow-hidden">
{title && (
<div className="font-bold text-xl flex items-center gap-2">
<div className="truncate">{title}</div>
<h1 className="truncate">{title}</h1>
{!!badgeContent && <Badge className="text-sm">{badgeContent}</Badge>}
{reload && <Retry isLoading={isReloadLoading} onClick={reload} />}
</div>
Expand Down

0 comments on commit a2524cf

Please sign in to comment.