Skip to content

Commit 5dbf804

Browse files
committed
george
1 parent a97122e commit 5dbf804

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/pages/people.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,13 @@ export default function Home() {
225225
image="/rustin.jpeg"
226226
website="https://github.com/RustinS"
227227
/>
228+
<Person
229+
name="George Stoica"
230+
title="Ph.D Student (Georgia Tech), 2021 - Now"
231+
additional="Advisors: Ranjay Krishna & Judy Hoffman"
232+
image="/george.jpeg"
233+
website="https://gstoica27.github.io/"
234+
/>
228235
</div>
229236
</div>
230237
<div className="px-5">
@@ -449,13 +456,6 @@ export default function Home() {
449456
image="/min-sun.jpg"
450457
website="http://aliensunmin.github.io/"
451458
/>
452-
<Person
453-
name="George Stoica"
454-
title="Ph.D Student (Georgia Tech), 2021 - Now"
455-
additional="Advisors: Ranjay Krishna & Judy Hoffman"
456-
image="/george.jpeg"
457-
website="https://gstoica27.github.io/"
458-
/>
459459
</div>
460460
</div>
461461
</div>

0 commit comments

Comments
 (0)