From 87c8eb5b4da59dd65c49aa361f56164f2f08409c Mon Sep 17 00:00:00 2001 From: meddhiaka Date: Sun, 28 Jul 2024 12:57:51 +0100 Subject: [PATCH] fix: fixed responsivness of freelancer profile page --- app/profile/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/profile/[id]/page.tsx b/app/profile/[id]/page.tsx index 83f324f..ee12eee 100644 --- a/app/profile/[id]/page.tsx +++ b/app/profile/[id]/page.tsx @@ -13,7 +13,7 @@ import { findFreelancerProfile } from "@/lib/utils"; export default async function FreelancerPage({ params }: { params: { id: string } }) { const profile: Mockup.IFreelancerProfile | null = await findFreelancerProfile(freelancerProfiles, params.id); return ( -
+
@@ -132,7 +132,7 @@ export default async function FreelancerPage({ params }: { params: { id: string
-
+

Profile d'applicant