Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Sep 20, 2024
1 parent 6744dd4 commit bcabe02
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pages/members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function MemberRow(props: IMemberRow) {
<p style={{ fontSize: '2.15rem', fontWeight: 'bolder', textAlign: 'left', marginBottom: '0', color: '#a51f1f' }}>
{props.startYear} - {props.startYear + 1}
</p>
<div style={{ display: 'flex', flexWrap: 'wrap', justifyContent: 'left' }}>
<div style={{ display: 'flex', flexWrap: 'wrap', justifyContent: 'center' }}>
{members.map((displayMember: DisplayMember, i: number) => {
return <MemberCard displayMember={displayMember} key={i} />
})}
Expand All @@ -126,13 +126,6 @@ export default function HomePage() {
<p style={{ fontWeight: 'bolder', fontSize: '2.6rem', marginBottom: '0', color: '#a51f1f' }}>
Rutgers Esports Executive Board & Alumni
</p>
<p>
Positions older than 2022 may not be accurate as there are no records of previous members stored other
than the wayback machine from the legacy website and reaching out to alumni to recall their memories.
Members might also not have correct titles due to promotions or impeachments during the school year;
only their final position title is shown. If you are in this list and wish to be removed or edited, send
us an email: ruesportshr@gmail.com
</p>
{Array(endYear - startYear)
.fill('_')
.map((_: number, i: number) => {
Expand Down

0 comments on commit bcabe02

Please sign in to comment.