Skip to content

Commit 55389bb

Browse files
committed
fix: update rodney osodo's about section and website link
1 parent a0c9d3a commit 55389bb

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/app/(about)/overview/_components/organising-team.tsx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,17 @@ const team = [
107107
title: "Program Director",
108108
src: "/team/rodney.jpg",
109109
ctaText: "Visit",
110-
ctaLink: "#",
110+
ctaLink: "http://www.rodneyosodo.com",
111111
content: () => {
112112
return (
113113
<p>
114-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
115-
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad
116-
minim veniam, quis nostrud exercitation ullamco laboris nisi ut
117-
aliquip ex ea commodo consequat.
118-
<br /> <br /> Duis aute irure dolor in reprehenderit in voluptate
119-
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
120-
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
121-
mollit anim id est laborum.
114+
After spending 5 years learning how to build robots in Mechatronics
115+
Engineering, I decided the most rebellious career move was to...sit at
116+
a desk and write software all day.
117+
<br /> <br />
118+
In my spare time, I convince mechanical engineers that Python isn't a
119+
snake and convince software developers that robots won't take their
120+
jobs... yet.
122121
</p>
123122
);
124123
},
@@ -127,7 +126,7 @@ const team = [
127126

128127
export function OrganisingTeam() {
129128
const [active, setActive] = useState<(typeof team)[number] | boolean | null>(
130-
null
129+
null,
131130
);
132131
const id = useId();
133132
const ref = useRef<HTMLDivElement>(null);

0 commit comments

Comments
 (0)