File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import BenHeadshot from "../assets/members/ben.webp";
2323import ShreyasHeadshot from "../assets/members/shreyas.webp" ;
2424import GraceHeadshot from "../assets/members/grace.webp" ;
2525import KevinHeadshot from "../assets/members/kevin.webp" ;
26+ import YubiHeadshot from "../assets/members/yubi.webp" ;
2627
2728// Companies
2829import DatabricksLogo from "../assets/companies/databricks.webp" ;
@@ -227,6 +228,15 @@ export const currentMembers: Member[] = [
227228 github : "https://github.com/nickvick04" ,
228229 headshot : NicholasHeadshot
229230 } ,
231+ {
232+ name : "Yubi Mamiya '28" ,
233+ title : "Software Developer" ,
234+ position : "" ,
235+ teams : [ "Engineering" ] ,
236+ website : "" ,
237+ github : "https://github.com/yubimamiya" ,
238+ headshot : YubiHeadshot
239+ } ,
230240 {
231241 name : "Kevin Liu '28" ,
232242 title : "Software Developer" ,
You can’t perform that action at this time.
0 commit comments