Skip to content

Commit

Permalink
Merge pull request #42 from WarwickStudentArtsFestival/update-members
Browse files Browse the repository at this point in the history
✨ Add volunteers
  • Loading branch information
JoshHeng authored Jul 17, 2024
2 parents cc2515c + 2accc9d commit 117d256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/team/volunteers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import KieranPhoto from '@/assets/people/kieran.jpg';
import AnisPhoto from '@/assets/people/anis.jpg';
import HannahPhoto from '@/assets/people/hannah.jpg';
import AdinaPhoto from '@/assets/people/adina.jpg';
import VeronicaPhoto from '@/assets/people/veronica.jpg';

const volunteers: IdCardProps[] = [
{
Expand Down Expand Up @@ -148,6 +149,12 @@ const volunteers: IdCardProps[] = [
description: '2nd Year Sociology and Criminology',
image: AdinaPhoto,
},
{
name: 'Veronica',
role: 'Steward',
description: '1st Year Film Studies',
image: VeronicaPhoto,
},
];

export default volunteers;
Binary file added src/assets/people/veronica.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 117d256

Please sign in to comment.