Skip to content

Commit

Permalink
Merge pull request #9 from martyngigg/add-releases-published-date
Browse files Browse the repository at this point in the history
Add page updated date comment to releases page
  • Loading branch information
martyngigg authored Mar 15, 2024
2 parents 31d14a2 + e956905 commit 7989b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/releases/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default async function Releases() {
<p>Deploy Icon by SBTS from <a href="https://thenounproject.com/browse/icons/term/deploy/" target="_blank"
title="Deploy Icons">Noun Project</a> (CC BY 3.0)
</p>
<p className="mt-1">Page updated: <FormattedDate date={new Date(Date.now())} /></p>
</div>
</>);
}

0 comments on commit 7989b82

Please sign in to comment.