From 6f6f1d94a06818bc3a8e351ddb0e01b30a495829 Mon Sep 17 00:00:00 2001 From: varruunnn Date: Wed, 30 Jul 2025 13:16:52 +0530 Subject: [PATCH] Currently, the description is rendered in a

without line breaks or bullets correctly shown white-space: pre-line --- components/resume/WorkExperience.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/resume/WorkExperience.tsx b/components/resume/WorkExperience.tsx index 1f21de9..acf7f06 100644 --- a/components/resume/WorkExperience.tsx +++ b/components/resume/WorkExperience.tsx @@ -67,7 +67,7 @@ export function WorkExperience({ {item.company && item.contract && ยท} {item.contract}

-

+

{item.description}