diff --git a/apps/web/app/(main)/profile/page.tsx b/apps/web/app/(main)/profile/page.tsx index a842a55..557785f 100644 --- a/apps/web/app/(main)/profile/page.tsx +++ b/apps/web/app/(main)/profile/page.tsx @@ -15,7 +15,7 @@ export default async function ProfilePage() { const photoUrl = user?.photoUrl ?? 'https://github.com/shadcn.png'; return ( -
+
@@ -36,7 +36,8 @@ export default async function ProfilePage() { {user?.role === 'client' && (