Skip to content

Commit

Permalink
fixxed toms details
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSeidel committed Oct 14, 2023
1 parent 356d220 commit 0726e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/crew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Home: NextPage = () => {
<NameTag name={'Maurice'} fieldOfStudy={'Informatik Bachelor'} semesterNmbr={7} fontSizeTop={"130%"} fontSizeBottom={"50%"} gridColStart={79} gridColEnd={85} gridRowStart={16} gridRowEnd={19}/>

<ImageFrame src="/crew/crewmates_mid_res/tom.jpg" frameSize="60px" frameStyle="frame3" gridColStart={49} gridColEnd={68} gridRowStart={40} gridRowEnd={62}/>
<NameTag name={'Tom'} fieldOfStudy={'Mathematik Bachelor'} semesterNmbr={14} fontSizeTop={"130%"} fontSizeBottom={"50%"} gridColStart={60} gridColEnd={68} gridRowStart={57} gridRowEnd={62}/>
<NameTag name={'Tom'} fieldOfStudy={'Mathematik Master'} semesterNmbr={5} fontSizeTop={"130%"} fontSizeBottom={"50%"} gridColStart={60} gridColEnd={68} gridRowStart={57} gridRowEnd={62}/>

</div>
</div>
Expand Down

0 comments on commit 0726e01

Please sign in to comment.