Skip to content

Commit 7355487

Browse files
committed
Pull team page data from internal.hackclub.com
1 parent a264d8c commit 7355487

File tree

2 files changed

+42
-273
lines changed

2 files changed

+42
-273
lines changed

components/bio.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ export default function Bio({ popup = true, spanTwo = false, ...props }) {
4141
width={64}
4242
height={64}
4343
mr={3}
44-
src={
45-
img ||
46-
require(`../public/team/${name.split(' ')[0].toLowerCase()}.jpg`)
47-
}
44+
src={img}
4845
alt={name}
4946
sx={{
5047
overflow: 'hidden',

0 commit comments

Comments
 (0)