mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
a51c833cd8
3 changed files with 1 additions and 1 deletions
|
|
@ -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
BIN
public/team/dieter.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
public/team/thomas.png
Normal file
BIN
public/team/thomas.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
Loading…
Add table
Reference in a new issue