Skip to content

Commit

Permalink
changes facebook and instagram icons from png to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
jackavh committed Feb 2, 2024
1 parent 51c06ab commit 7ccd1d8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
Binary file removed frontend/public/facebookIcon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions frontend/public/facebookIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/public/instagramIcon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions frontend/public/instagramIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/* ------ CONTAINERS ------ */
.footer {
background-color: #743eb6;
background-color: #694c97;
color: white;
padding: 0;
margin: 0;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export function Footer() {
width={42}
height={42}
className={styles.facebookLogo}
src="/facebookIcon.png"
src="/facebookIcon.svg"
alt="Link to Facebook"
/>
</a>
Expand All @@ -180,7 +180,7 @@ export function Footer() {
width={42}
height={42}
className={styles.instagramLogo}
src="/instagramIcon.png"
src="/instagramIcon.svg"
alt="Link to Instagram"
/>
</a>
Expand Down

0 comments on commit 7ccd1d8

Please sign in to comment.