You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profile pictures on https://github.com/oss-slu/oss-slu.github.io/blob/main/docs/about/about.md should be presented with a React component rather than raw HTML. The component should link to their GitHub profile and be able to pull either a local file or use a GitHub profile picture. The page should be updated to use the component.
AC
React component that creates a profile picture identical to current format
links to the user's GitHub profile
can use a local file for the image
fallback to use a GitHub profile picture if no local file
"About Us" page is updated to use the component
The text was updated successfully, but these errors were encountered:
Overview
Profile pictures on https://github.com/oss-slu/oss-slu.github.io/blob/main/docs/about/about.md should be presented with a React component rather than raw HTML. The component should link to their GitHub profile and be able to pull either a local file or use a GitHub profile picture. The page should be updated to use the component.
AC
The text was updated successfully, but these errors were encountered: