We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799d230 commit 3b0914eCopy full SHA for 3b0914e
src/utils/apps.ts
@@ -206,7 +206,7 @@ export const campusLifeApps: AppSectionProps = {
206
contributors: [
207
{ name: "Leo Stepanewk '25", url: "" },
208
{ name: "Aaliyah Sayed '26", url: "" },
209
- { name: "Oyu Enkhbold '26", url: "" },
+ { name: "Oyu Enkhbold '26", url: "https://oyu-e.github.io/" },
210
{ name: "Shreyas Garimella '28", url: "" },
211
{ name: "Grace Tan '28", url: "" }
212
]
@@ -222,7 +222,7 @@ export const campusLifeApps: AppSectionProps = {
222
alt: "Nutri Tiger app screenshot",
223
224
{ name: "Rishabh Jain '26", url: "" },
225
226
{ name: "Eric Kurkowski '26", url: "" },
227
{ name: "Jewel Merriman '26", url: "" },
228
{ name: "Stephanie Oh '26", url: "" }
src/utils/members.ts
@@ -214,7 +214,7 @@ export const currentMembers: Member[] = [
214
title: "Software Developer",
215
position: "",
216
teams: ["Engineering"],
217
- website: "",
+ website: "https://oyu-e.github.io/",
218
github: "https://github.com/oyu-e",
219
headshot: OyuHeadshot
220
},
0 commit comments