Skip to content

Commit

Permalink
Updated current season.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
haydengonz authored Jan 29, 2024
1 parent be19e83 commit c4fc7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/season.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ const Season = ({ season, info }: { season: string, info?: string }) => {
}
export default Season

export const CurrentSeason = () => <Season season="Fall 2023" />;
export const CurrentSeason = () => <Season season="Spring 2024" />;

0 comments on commit c4fc7b5

Please sign in to comment.