diff --git a/src/app/cv/[id]/(lib)/components/highlight.tsx b/src/app/cv/[id]/(lib)/components/highlight.tsx index 548626f..f9eea2f 100644 --- a/src/app/cv/[id]/(lib)/components/highlight.tsx +++ b/src/app/cv/[id]/(lib)/components/highlight.tsx @@ -10,8 +10,8 @@ type Props = { export const HighlightEntry: React.FC = ({ title, subtitle, description }) => { return (
-

{title}

-

{subtitle}

+

{title}

+

{subtitle}

diff --git a/src/app/cv/[id]/page.tsx b/src/app/cv/[id]/page.tsx index 203b111..f83b743 100644 --- a/src/app/cv/[id]/page.tsx +++ b/src/app/cv/[id]/page.tsx @@ -263,7 +263,7 @@ const Page = async ({ params, searchParams }: Args) => {

{(group.group as SkillGroup).name}

{group.skillGroupDescription && ( -
+
)}