diff --git a/frontend/src/components/AboutUs.jsx b/frontend/src/components/AboutUs.jsx index e02f451..5b148a7 100644 --- a/frontend/src/components/AboutUs.jsx +++ b/frontend/src/components/AboutUs.jsx @@ -6,19 +6,11 @@ const AboutUs = ({ name, github, picture }) => {

{name}

- - {github.replace("https://github.com/", "@")} - + {github.replace("https://github.com/", "@")}

- {`${name}'s { - e.target.src = "/path/to/fallback-image.png"; - e.target.onerror = null; - }} - /> + + {`${name}'s +
); };