Skip to content

Commit

Permalink
Update staff.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
angelam118 authored Dec 15, 2024
1 parent 7947879 commit cce75b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/about/staff.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { generateMetaTags } from "../../utils/generateMetaTags";
function StaffPage() {
const page_title = "Staff - The Stuyvesant Spectator";
const meta_url = `https://stuyspec.com/about/staff`;
const meta_description = `The members of The Stuyvesant Spectator's 2022-2023 Editorial Board.`;
const meta_description = `The members of The Stuyvesant Spectator's 2024-2025 Editorial Board.`;

return (
<>
Expand Down Expand Up @@ -70,6 +70,7 @@ function StaffPage() {
<p>Leonardo Guidi</p>
<p>Kaileen So</p>
<p>Evan Wong</p>
<p>Duncan Park</p>
</div>
<div>
<h3 className={styles.photos}>Photography Editors</h3>
Expand Down

0 comments on commit cce75b6

Please sign in to comment.