Skip to content

Commit

Permalink
add back linkedin and email logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni Vaishnav committed May 31, 2024
1 parent 443ef7b commit 3352451
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/assets/img/logos/media/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/logos/media/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/OfficerModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function OfficerInformation(
<a href={`mailto:${email}`}>
<Image
className={`${styles.socials}`}
src="/assets/img/logos/contacts/email.png"
src="/assets/logos/media/email.png"
width={0}
height={0}
sizes="100vw"
Expand All @@ -92,7 +92,7 @@ function OfficerInformation(
<a href={linkedin}>
<Image
className={`${styles.socials}`}
src="/assets/img/logos/contacts/linkedin.png"
src="/assets/img/logos/media/linkedin.png"
width={0}
height={0}
sizes="100vw"
Expand Down

0 comments on commit 3352451

Please sign in to comment.