From 1a4dd4b6f73e6ea7263e58a7967bbd4404b03420 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 09:55:15 +0200 Subject: [PATCH] Page UI fix --- components/carnet/contacts-view.tsx | 7 +++++-- components/carnet/notes-view.tsx | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/components/carnet/contacts-view.tsx b/components/carnet/contacts-view.tsx index d261bf60..0e9b5481 100644 --- a/components/carnet/contacts-view.tsx +++ b/components/carnet/contacts-view.tsx @@ -1,7 +1,7 @@ "use client"; import React, { useState } from 'react'; -import { Search, User, Mail, Phone, Building, MapPin, ChevronRight, Plus } from 'lucide-react'; +import { Search, User, Mail, Phone, Building, MapPin, ChevronRight, Plus, Users } from 'lucide-react'; interface Contact { id: string; @@ -43,7 +43,10 @@ export const ContactsView: React.FC = ({ {/* Header with Add Contact Button */}
-

Contacts

+
+ +

Contacts

+