From 3ac752760315daf3770169d1ea8aae100ad69cf1 Mon Sep 17 00:00:00 2001 From: Dhairya Shah Date: Tue, 11 Jun 2024 13:39:05 +0530 Subject: [PATCH] fix: blank website --- components/new-resume.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/new-resume.tsx b/components/new-resume.tsx index c3d9aa0..b095fa5 100644 --- a/components/new-resume.tsx +++ b/components/new-resume.tsx @@ -258,9 +258,9 @@ export function NewResume() {

{profile?.bio}

-
- - {profile?.blog && ( + {profile?.blog && ( +
+ - )} -
+
+ )}