Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Oct 15, 2023
1 parent 53b921b commit 1d2f9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/praesidium.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ const people: UserProfile[] = [
{
name: 'Delano Creton',
role: 'P.R.',
photo: `${process.env.NEXT_PUBLIC_DOMAIN}/praesidium/Delano.png`,
photo: `${process.env.NEXT_PUBLIC_DOMAIN}/praesidium/Delano.jpg`,
},
{
name: 'Lena Ceulemans',
role: 'Praegustator',
photo: `${process.env.NEXT_PUBLIC_DOMAIN}/praesidium/Lena.png`,
photo: `${process.env.NEXT_PUBLIC_DOMAIN}/praesidium/Lena.jpg`,
},
];

Expand Down

0 comments on commit 1d2f9b9

Please sign in to comment.