Skip to content

Commit 1072969

Browse files
committed
.
1 parent 2de50bd commit 1072969

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

app/(default)/(page)/team/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default function Home() {
5656
<div className="w-full px-6 flex justify-center mt-24">
5757
<div className="w-full max-w-7xl flex">
5858
<h2 className="text-t1">
59-
<Link href="#scholar" className="scroll-mt-32 group flex items-center" id="scholar">
60-
Scholar
59+
<Link href="#staff" className="scroll-mt-32 group flex items-center" id="staff">
60+
Academic Staff
6161
<span className="ml-6 hidden group-hover:inline-block size-6 text-foreground">
6262
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
6363
<path d="M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212" strokeWidth="2.5" strokeLinecap="round"/>

data/team.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const members: {
1717
url: "https://scholar.google.com/citations?user=7m-TOp8AAAAJ",
1818
},
1919
],
20-
keys: [],
20+
keys: ["alumni"],
2121
},
2222
{
2323
name: "Yanting Yang",
@@ -30,7 +30,7 @@ export const members: {
3030
url: "https://scholar.google.com/citations?user=UXRnnz8AAAAJ",
3131
},
3232
],
33-
keys: [],
33+
keys: ["alumni"],
3434
},
3535
{
3636
name: "Hongyang Li",
@@ -51,7 +51,7 @@ export const members: {
5151
url: "mailto:hy@opendrivelab.com",
5252
},
5353
],
54-
keys: ["scholar"],
54+
keys: ["staff"],
5555
},
5656
{
5757
name: "Li Chen",
@@ -80,7 +80,7 @@ export const members: {
8080
url: "https://twitter.com/ilnehc",
8181
},
8282
],
83-
keys: ["scholar"],
83+
keys: ["phd"],
8484
},
8585
{
8686
name: "Huijie Wang",
@@ -109,7 +109,7 @@ export const members: {
109109
url: "https://twitter.com/wongfaikit",
110110
},
111111
],
112-
keys: ["scholar"],
112+
keys: ["staff"],
113113
},
114114
{
115115
name: "Chonghao Sima",
@@ -134,7 +134,7 @@ export const members: {
134134
url: "https://twitter.com/smch_1127",
135135
},
136136
],
137-
keys: ["scholar"],
137+
keys: ["phd"],
138138
},
139139
{
140140
name: "Tianyu Li",
@@ -784,7 +784,7 @@ export const members: {
784784
url: "hugologymai@connect.hku.hk",
785785
},
786786
],
787-
keys: ["intern"],
787+
keys: ["staff"],
788788
},
789789
{
790790
name: "Jiaheng Wang",

0 commit comments

Comments
 (0)