From b162b6def33c1917a7e426653e6d24090673818d Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Sat, 15 Mar 2025 04:35:44 +0000
Subject: [PATCH] Remove camera icon from profile
The camera icon in the profile header has been removed as profile picture functionality is not yet supported.
---
src/components/profile/ProfileHeader.tsx | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx
index d5e88c8..3ee5654 100644
--- a/src/components/profile/ProfileHeader.tsx
+++ b/src/components/profile/ProfileHeader.tsx
@@ -1,6 +1,6 @@
import React from 'react';
-import { ArrowLeft, User, Camera } from 'lucide-react';
+import { ArrowLeft, User } from 'lucide-react';
import { useNavigate } from 'react-router-dom';
import { Button } from '@/components/ui/button';
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';
@@ -31,12 +31,6 @@ const ProfileHeader = () => {
-