Merge branch 'main' into main

This commit is contained in:
DaInfLoop 2024-09-28 18:15:09 +01:00 committed by GitHub
commit a51c833cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

View file

@ -256,6 +256,7 @@ export default function Team({ team }) {
</Text>
</Box>
<Grid columns={[1, null, 2, 4]} gap={2}>
{team.acknowledged?.map(member => (
<Bio
img={member.avatar}
@ -279,7 +280,6 @@ export default function Team({ team }) {
export const getServerSideProps = async () => {
try {
const team = await fetchTeam();
return { props: { team } }
} catch (e) {
return { props: { team: {} } }

BIN
public/team/dieter.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/team/thomas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB