From 29689143b5bfb7b4c0ac0f3b89d5f11380df6ca3 Mon Sep 17 00:00:00 2001 From: Danka Marcell Date: Fri, 15 Nov 2024 21:49:04 +0100 Subject: [PATCH] Added links for buttons --- .../components/profile/profile-header.tsx | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/frontend/components/profile/profile-header.tsx b/frontend/components/profile/profile-header.tsx index e17a7c1..15bd109 100644 --- a/frontend/components/profile/profile-header.tsx +++ b/frontend/components/profile/profile-header.tsx @@ -1,6 +1,15 @@ 'use client'; -import { BuildingIcon, ChevronDownIcon, FacebookIcon, MailIcon, MapPinIcon, SendIcon, TwitterIcon } from 'lucide-react'; +import { + BuildingIcon, + ChevronDownIcon, + FacebookIcon, + Link, + MailIcon, + MapPinIcon, + SendIcon, + TwitterIcon, +} from 'lucide-react'; import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'; import { Button } from '@/components/ui/button'; @@ -45,7 +54,9 @@ export function ProfileHeader({ @@ -55,9 +66,11 @@ export function ProfileHeader({ - + @@ -69,7 +82,9 @@ export function ProfileHeader({