Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Vika-Koval authored and Vika-Koval committed Jun 6, 2024
1 parent 63a85bb commit f4b3704
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/EditProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -111,7 +113,11 @@ function EditProfilePage() {
}

return (
<Box padding="24px">
<Box padding="24px" className='body-cont'>

<div>
<img src={logo} className="connectly-logo" alt="Connectly Logo" />
</div>
<Text fontSize="xl" marginBottom="16px">
Profile settings
</Text>
Expand Down

0 comments on commit f4b3704

Please sign in to comment.