diff --git a/pages/team.js b/pages/team.js index 29c4d6b4..e79e830b 100644 --- a/pages/team.js +++ b/pages/team.js @@ -252,6 +252,28 @@ export default function Team({ team }) { + + + { try { - const team = await fetch( - 'https://team.hackclub.com/' - ).then(res => res.json()) + const team = await fetch('https://team.hackclub.com/').then(res => + res.json() + ) return { props: { team } } } catch (e) { return { props: { team: [] } } diff --git a/public/team/dieter.jpg b/public/team/dieter.jpg new file mode 100644 index 00000000..a9fa1be7 Binary files /dev/null and b/public/team/dieter.jpg differ diff --git a/public/team/thomas.png b/public/team/thomas.png new file mode 100644 index 00000000..335240fe Binary files /dev/null and b/public/team/thomas.png differ