Skip to content
Merged

Alum #273

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/data/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const MEMBERS = {
startYear: 2026,
startSeason: 'Spring',
affiliation: 'Bern University of Applied Sciences',
isAlumni: true,
},
haerilee: {
firstName: 'Haeri',
Expand Down Expand Up @@ -141,6 +142,9 @@ export const MEMBERS = {
affiliation: 'ROK.Army',
startYear: 2026,
startSeason: 'Winter',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
yurilee: {
firstName: 'Yuri',
Expand All @@ -164,6 +168,9 @@ export const MEMBERS = {
affiliation: 'SNU',
startYear: 2026,
startSeason: 'Winter',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
chanyoungpark: {
firstName: 'Chanyoung',
Expand Down Expand Up @@ -483,6 +490,11 @@ export const MEMBERS = {
img: 'gosuchoi.jpg',
hoverImg: { HANBOK: 'members-hanbok/gosuchoi.png' },
affiliation: 'KAIST',
startYear: 2024,
startSeason: 'Winter',
endYear: 2026,
endSeason: 'Spring',
isAlumni: true,
},
seungjukim: {
firstName: 'Seungju',
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"jsx": "preserve",
"incremental": true,
"plugins": [
{
Expand Down
Loading