Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app/helpers/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ export default function HelperProfilePage({ params }: { params: Promise<{ id: st
</Link>

{/* Profile header + Contact information */}
<Card className="border-border rounded-lg shadow-none py-0">
<CardContent className="px-[30px] py-[30px] space-y-5">
<Card className="border-0 rounded-lg shadow-none py-0">
<CardContent className="px-0 py-[30px] space-y-5">
<div className="flex items-center gap-4">
<div
className="w-12 h-12 rounded-[16.5px] flex items-center justify-center text-[21px] font-medium text-foreground shrink-0"
Expand All @@ -212,7 +212,7 @@ export default function HelperProfilePage({ params }: { params: Promise<{ id: st
</Badge>
</div>
</div>
<div className="space-y-3 pl-[15px]">
<div className="space-y-3 pl-6">
<div className="flex items-center gap-2.5">
<MessageCircle className="w-4 h-4 text-muted-foreground/70 shrink-0" />
<span className="text-sm text-foreground/80 truncate">{helper.discord}</span>
Expand Down