diff --git a/frontend/pages/team/index.js b/frontend/pages/team/index.js index be7daedb..e6bf1d8d 100644 --- a/frontend/pages/team/index.js +++ b/frontend/pages/team/index.js @@ -32,6 +32,7 @@ const assets = { scarab: `${TEAM_PATH}/scarab.png`, spider: `${TEAM_PATH}/carpenter-spider.png`, weta: `${TEAM_PATH}/weta.png`, + dragonfly: `${TEAM_PATH}/dragonfly.png`, }; const Team = () => { @@ -152,7 +153,7 @@ const Team = () => { name={"Kellan Wampler"} atName={"@wampleek"} content={`News junkie. Reformed mathematician. Fantasy Football enthusiast. - Enjoys soduku and its variants. Follows artificial intelligence scene for + Enjoys sudoku and its variants. Follows artificial intelligence scene for Chess and Go. Experiments with grilling recipes.`} /> { and ukulele. Loves meat, went from well done to blue rare in a few months.`} /> + diff --git a/frontend/src/components/TeamCard.js b/frontend/src/components/TeamCard.js index 850242e9..c5319056 100644 --- a/frontend/src/components/TeamCard.js +++ b/frontend/src/components/TeamCard.js @@ -38,6 +38,7 @@ export default function SocialProfileSimple({ alt={avatarAlt} mb={4} pos={"relative"} + bg="white" _after={ isOnline && { content: '""',