Skip to content

Commit

Permalink
fix favicon.ico to be wcs logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni Vaishnav committed May 31, 2024
1 parent 3352451 commit c6b8c36
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 4 deletions.
Binary file removed public/assets/img/favicons/favicon.ico
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

File renamed without changes
2 changes: 1 addition & 1 deletion 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/logos/media/email.png"
src="/assets/img/logos/media/email.png"
width={0}
height={0}
sizes="100vw"
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function WCSNavbar() {
<div className={styles.container}>
<Link className={styles.logo} href="/">
<Image
src="/assets/img/wcs/logo.png"
src="/wcs-logo.png"
width={140}
height={35}
alt="wcs logo"
Expand Down

0 comments on commit c6b8c36

Please sign in to comment.