Skip to content

Commit

Permalink
chore(app): compress size of contributor avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Feb 18, 2025
1 parent 5e894de commit 9bc3fe1
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 4 deletions.
Binary file modified public/images/home/AlongHudson.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 modified public/images/home/Frank.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 modified public/images/home/Fred.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/images/home/Gabin.jpeg
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 public/images/home/Gabin.png
Binary file not shown.
Binary file modified public/images/home/GianM.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 modified public/images/home/HitchhikerW3.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/images/home/Ivan.jpeg
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 public/images/home/Ivan.png
Binary file not shown.
Binary file modified public/images/home/Leo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/home/Sinka.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 modified public/images/home/Skyhigh.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 modified public/images/home/galois.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 modified public/images/home/hiCaptainZ.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/images/home/pseudoyu.jpeg
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 public/images/home/pseudoyu.png
Binary file not shown.
Binary file modified public/images/home/qc_qizhou.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/images/home/shooter.jpeg
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 public/images/home/shooter.png
Binary file not shown.
Binary file modified public/images/home/uvd.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 modified public/images/home/xhyumiracle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/app/home/Contributor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ import P11 from 'public/images/home/Frank.png';
// import { LocationIcon } from '@/components/Icons'
// import { useMediaUrl } from '#/state/application/hooks'
import P3 from 'public/images/home/Fred.png';
import P17 from 'public/images/home/Gabin.png';
import P17 from 'public/images/home/Gabin.jpeg';
import P13 from 'public/images/home/galois.png';
import P16 from 'public/images/home/GianM.png';
import P15 from 'public/images/home/hiCaptainZ.png';
import P8 from 'public/images/home/HitchhikerW3.png';
import P18 from 'public/images/home/Ivan.png';
import P18 from 'public/images/home/Ivan.jpeg';
import P4 from 'public/images/home/jason.svg';
import P19 from 'public/images/home/Leo.jpg';
import P10 from 'public/images/home/pseudoyu.png';
import P10 from 'public/images/home/pseudoyu.jpeg';
import P7 from 'public/images/home/qc_qizhou.png';
import P1 from 'public/images/home/shooter.png';
import P1 from 'public/images/home/shooter.jpeg';
import P5 from 'public/images/home/Sinka.png';
import P2 from 'public/images/home/Skyhigh.png';
import P9 from 'public/images/home/uvd.png';
Expand Down

0 comments on commit 9bc3fe1

Please sign in to comment.