Skip to content

Commit 31dfbfc

Browse files
committed
fix(image): replace outdated image format for team member profile
1 parent 1f319b6 commit 31dfbfc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/team/prisca.jfif

-17.2 KB
Binary file not shown.

public/team/prisca.jpg

16.9 KB
Loading

src/app/(about)/overview/_components/organising-team.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const team = [
8383
description: "Prisca Akinyi",
8484
id: "prisca",
8585
title: "Co - Event Manager",
86-
src: "/team/prisca.jfif",
86+
src: "/team/prisca.jpg",
8787
ctaText: "Visit",
8888
ctaLink: "#",
8989
content: () => {

0 commit comments

Comments
 (0)