From f4b37041cd436f498f4f16ae7d28a5c50af43795 Mon Sep 17 00:00:00 2001 From: Vika-Koval Date: Thu, 6 Jun 2024 16:55:12 +0300 Subject: [PATCH] a --- src/components/EditProfilePage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/EditProfilePage.tsx b/src/components/EditProfilePage.tsx index a5f9646..d5cccd3 100644 --- a/src/components/EditProfilePage.tsx +++ b/src/components/EditProfilePage.tsx @@ -8,6 +8,8 @@ import { Navigate,useNavigate } from 'react-router-dom'; // import { Navigate, useNavigate } from 'react-router-dom'; import { db } from '../../firebase.config'; import countries from '../components/countries.json'; +import logo from '../logo.png'; +import '../dashboard.css'; const auth = getAuth(); @@ -111,7 +113,11 @@ function EditProfilePage() { } return ( - + + +
+ Connectly Logo +
Profile settings