We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02b057 + a7bf9fe commit cfbcbc5Copy full SHA for cfbcbc5
1 file changed
app/info/organizers.ts
@@ -25,6 +25,11 @@ export const organizers = [
25
name: "Sam Holmes",
26
imageSrc: "/images/profile-photos/sam-2026.jpg",
27
linkedIn: "https://www.linkedin.com/in/sammyholmes/"
28
+ },
29
+ {
30
+ name: "Tryston Perry",
31
+ imageSrc: "/images/profile-photos/tryston-2026.png",
32
+ linkedIn: "https://www.linkedin.com/in/trystonperry/"
33
}
34
]
35
@@ -33,10 +38,5 @@ export const organizerEmeritus = [
38
name: "Zane Prunella",
39
imageSrc: "/images/profile-photos/zane-2026.png",
40
linkedIn: "https://www.linkedin.com/in/zprunella/"
36
- },
37
- {
- name: "Tryston Perry",
- imageSrc: "/images/profile-photos/tryston-2026.png",
- linkedIn: "https://www.linkedin.com/in/trystonperry/"
41
42
0 commit comments