Skip to content

Commit

Permalink
added link to past people. Closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jul 31, 2024
1 parent 7257d1d commit 8642e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/people.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
letter-spacing: 1px;
}
@media screen and (min-width: 67em) {
#main-content > div section.people-group {
#main-content section.pastpeople {
margin-bottom: var(--content-spacing-xl);
}
}
Expand Down
1 change: 1 addition & 0 deletions src/pages/people.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const PeoplePage = ({ data }: PeopleProps) => {
.filter(g => g.fieldValue === "Staff")
.map(makeStaff)}
</section>
<section className="pastpeople"><h3 className="name"><Link to="/people-past">See past faculty and staff</Link></h3></section>
<section id="affiliates" className="people-group">
<h2>Affiliates</h2>
{data.people.group
Expand Down

0 comments on commit 8642e5c

Please sign in to comment.