Skip to content
Snippets Groups Projects
Commit 81f33202 authored by Alexander Schoch's avatar Alexander Schoch
Browse files

this is the best i can do

parent bc5353d0
No related branches found
No related tags found
No related merge requests found
......@@ -38,13 +38,18 @@ export default function BoardMemberCard({ entry }) {
overflow: "hidden",
}}
>
<Image
{/*<Image
src={process.env.NEXT_PUBLIC_API_URL + entry.image}
width={0}
height={0}
sizes="100vw"
style={{ width: "30rem", maxWidth: "100%", height: "auto" }}
alt={entry.name}
/>*/}
<img
src={entry.image}
style={{ width: '30rem', maxWidth: '100%', height: 'auto' }}
alt={entry.name}
/>
</div>
<Text ta="center" fz="lg" weight={500} mt="md">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment