Skip to content

Commit 82c6d08

Browse files
authored
Fix interests property syntax in Team.tsx
1 parent 2603040 commit 82c6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Team.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const teamMembers: TeamMember[] = [
2525
email: "oiwi@robots.ox.ac.uk",
2626
website: "https://www.jesus.ox.ac.uk/about-jesus-college/our-community/people/dr-oiwi-parker-jones/",
2727
twitter: "@oiwi3000",
28-
interests = ["Applied AI", "Generative Models", "Computational Neuroscience", "Natural Language Processing", "Automatic Speech Recognition", "Brain Computer Interfaces", "Robotics"],
28+
interests: ["Applied AI", "Generative Models", "Computational Neuroscience", "Natural Language Processing", "Automatic Speech Recognition", "Brain Computer Interfaces", "Robotics"],
2929
image: "/team/oiwi.png",
3030
sunglassesImage: "/team/oiwi-sunglasses.jpeg"
3131
},

0 commit comments

Comments
 (0)