Skip to content

Commit

Permalink
✨ Add Dae
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Apr 6, 2024
1 parent 857a456 commit 1c85e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/who-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import AlexPhoto from '@/assets/people/alex.jpg';
import MaximusPhoto from '@/assets/people/maximus.jpg';
import JoshPhoto from '@/assets/people/josh.jpg';
import ElliePhoto from '@/assets/people/ellie.jpg';
import DaePhoto from '@/assets/people/dae.jpg';

const people: IdCardProps[] = [
{
Expand All @@ -21,7 +22,8 @@ const people: IdCardProps[] = [
{
name: 'Dae',
role: 'Coordinator',
description: '',
description: '2nd Year Liberal Arts',
image: DaePhoto,
},
{
name: 'Maximus',
Expand Down
Binary file added src/assets/people/dae.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 1c85e0c

Please sign in to comment.