Skip to content

Commit

Permalink
updated semester counts and fields of study
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSeidel committed Oct 11, 2023
1 parent f8501c3 commit b273587
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion components/NameTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from '../styles/Crew.module.css'
interface NameTagProps {
name: string;
fieldOfStudy: string;
semesterNmbr: number;
semesterNmbr: number|string;
fontSizeTop: string;
fontSizeBottom: string;
gridColStart: number;
Expand Down
Loading

0 comments on commit b273587

Please sign in to comment.