From 9d70bc4fd38b5c82ad91217d9e6878562fc52f40 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 26 Feb 2026 22:44:46 +0100 Subject: [PATCH] - fixes #2707 --- src/components/resume/templates/ditgar.tsx | 26 +++++++++++++++------- 1 file changed, 18 insertions(+), 8 deletions(-) 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}} +
+ ))}
);