Skip to content

Commit

Permalink
Added Robert
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Jan 11, 2024
1 parent 83d93f1 commit 584428f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/committee/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const Marit = new URL(
import.meta.url
);

const Robert = new URL(
"/static/members/Robert.jpg?as=webp",
import.meta.url
);



/**
Expand Down Expand Up @@ -93,7 +98,7 @@ export const Committee: FunctionalComponent = () => (
<div class={style.middle}>
<div class={style.person}>
<div class={style.polygon}>
<img src={Marit as any} alt="HackDelft Committee" />
<img src={Robert as any} alt="HackDelft Committee" />
</div>
<div>
<p class={style.function}>Qualitate Qua</p>
Expand Down
Binary file added static/members/Robert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 584428f

Please sign in to comment.