Skip to content

Commit

Permalink
about us page fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyam-2026 committed Dec 20, 2023
1 parent 850693c commit d9bdb74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./public/assets/favicon.ico" />
<title>iips.Academics</title>
</head>

Expand Down
12 changes: 0 additions & 12 deletions public/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/AboutUs/Aboutus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const AboutUs = () => {

<div className="team-members">
<div className="team-member">
<img src="../../public/static/my-img.jpg" alt="Sanyam Jain" />
<img src="../../public/assets/my-img.jpg" alt="Sanyam Jain" />
<h3>Sanyam Jain</h3>
<div className="social-links">
{/* Add your social media links */}
Expand All @@ -27,7 +27,7 @@ const AboutUs = () => {
</div>

<div className="team-member">
<img src="../../public/static/ashish-img.jpg" alt="Ashish Rai" />
<img src="../../public/assets/ashish-img.jpg" alt="Ashish Rai" />
<h3>Ashish Rai</h3>
<div className="social-links">
{/* Add your friend's social media links */}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/HomePage/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '../DashboardPage/footer.css';
import { useSelector } from 'react-redux/es/hooks/useSelector';
import FooterComponent from '../../components/FooterComponent/Footer';
import { Link } from 'react-router-dom';
import { useNavigate } from 'react-router-dom';

import { shallowEqual } from 'react-redux';


Expand Down

0 comments on commit d9bdb74

Please sign in to comment.