diff --git a/src/components/resume/templates/ditgar.tsx b/src/components/resume/templates/ditgar.tsx index 2d1cd5290..d3a9978ae 100644 --- a/src/components/resume/templates/ditgar.tsx +++ b/src/components/resume/templates/ditgar.tsx @@ -70,36 +70,46 @@ function Header() {
-
-

{basics.name}

-

{basics.headline}

+
+

{basics.name}

+

{basics.headline}

-
+
{basics.location && ( -
+
{basics.location}
)} + {basics.phone && ( -
+
)} + {basics.email && ( -
+
)} + {basics.website.url && ( -
+
)} + + {basics.customFields.map((field) => ( +
+ + {field.link ? : {field.text}} +
+ ))}
);