Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove weekly item in topmatter
Browse files Browse the repository at this point in the history
thearyadev committed Jan 22, 2024
1 parent eaa94ab commit 28e2968
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/app/components/topmatter/topmatter.tsx
Original file line number Diff line number Diff line change
@@ -44,10 +44,7 @@ const TopMatter = ({ seasonNumber }: { seasonNumber: string }) => {
<strong>When is the data updated?</strong>
</p>
<p>
The dataset is updated once per season. Starting in season 8, the most
recent season will be updated weekly, overwritten each week until the
end of the season
</p>
The dataset is updated once per season.</p>
<hr className="m-5" />
</div>
);

0 comments on commit 28e2968

Please sign in to comment.