Skip to content

Commit

Permalink
changed path to image
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikam2003 committed Aug 24, 2024
1 parent 5c51791 commit d482d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Header } from '../../components/text/Header/Header';
import { otherEventsData } from './otherevents';

import ProgressiveImage from '../../components/progressiveImg/ProgressiveImg';
import blackstudentorientationlogo from '../../assets/misc/blackstudentorientationlogo.png';
import studentlogo from 'src/assets/misc/blackstudentorientationlogo.png';
import facultylogo from '../../assets/misc/facultylogo.png';

const PageHome = () => {
Expand Down Expand Up @@ -238,7 +238,7 @@ const AboutUsSection = () => {
<div className="otherevents-image-container">
<LazyLoadImage
className="otherevents-image"
src={index === 0 ? blackstudentorientationlogo : facultylogo}
src={index === 0 ? studentlogo : facultylogo}
alt={info.title}
></LazyLoadImage>
</div>
Expand Down

0 comments on commit d482d51

Please sign in to comment.