POL-125: Fix profile label — restore "Instagram" text

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dianaka123
2026-02-27 14:02:54 +03:00
parent 6fbd0326fa
commit 95836f441d

View File

@@ -77,7 +77,7 @@ export default function ProfilePage() {
<div className="flex items-center justify-between py-2">
<span className="flex items-center gap-2 text-sm text-dim">
<AtSign size={14} />
AtSign
Instagram
</span>
<span className="text-sm text-foreground">{user.instagram_handle}</span>
</div>