diff --git a/apps/web/components/profile/cards/components/card-header.tsx b/apps/web/components/profile/cards/components/card-header.tsx index 5e8f5d1..8328b2d 100644 --- a/apps/web/components/profile/cards/components/card-header.tsx +++ b/apps/web/components/profile/cards/components/card-header.tsx @@ -5,7 +5,7 @@ type Props = { export function ProfileCardHeader({ title }: Readonly) { return (
-

{title}

+

{title}

);