Skip to content

Commit 3707967

Browse files
authored
Change images from JPG to WEBP format
1 parent 49dc036 commit 3707967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants/team/team2025.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const team2025: Committee[] = [
220220
name: 'Dhyey',
221221
surname: 'Mehta',
222222
role: Role.JUNIOR_TREASURER,
223-
image: 'dhyey-1.jpg',
223+
image: 'dhyey-1.webp',
224224
links: [
225225
{
226226
type: LinkType.LINKEDIN,
@@ -232,7 +232,7 @@ export const team2025: Committee[] = [
232232
name: 'Kaiwen (Kevin)',
233233
surname: 'Wang',
234234
role: Role.FIRST_YEAR_REP,
235-
image: 'kevin-1.jpg',
235+
image: 'kevin-1.webp',
236236
links: [
237237
{
238238
type: LinkType.LINKEDIN,

0 commit comments

Comments
 (0)