Skip to content

Commit 7012e02

Browse files
committed
update uppercase letters
1 parent 5e34c3a commit 7012e02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/People.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ const phd_students = [
1919
{
2020
name: "Yanru Qu",
2121
img: require("../assets/people/YanruQu.jpg"),
22-
description: "coadvised w/ [Prof. Ge Liu](https://www.mit.edu/~geliu/)",
22+
description: "Coadvised w/ [Prof. Ge Liu](https://www.mit.edu/~geliu/)",
2323
},
2424
{
2525
name: "Haofei Yu",
2626
img: require("../assets/people/HaofeiYu.jpg"),
27-
link: "https://haofeiyu.me"
27+
link: "https://haofeiyu.me",
2828
},
2929
];
3030

@@ -74,7 +74,7 @@ const alumni = [
7474
name: "Guanyu Lin",
7575
link: "https://guanyu-lin.github.io/",
7676
description: "Ph.D student at Carnegie Mellon University",
77-
placement: "at ?",
77+
placement: "",
7878
},
7979
];
8080

0 commit comments

Comments
 (0)