Skip to content

Commit

Permalink
update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbunce authored and steveoh committed Oct 24, 2024
1 parent 989c8f5 commit 596e0e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const metadata: IMetadata = {
const page: IPageMetadata = {
...metadata,
updateHistory: [
`October 2024`,
`January 2024`,
`October 2023`,
`August 2023`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ export const metadata: IMetadata = {
const page: IPageMetadata = {
...metadata,
updateHistory: [`January 2024`, `November 2023`, `August 2023`, `June 2023`, `March 2023`, `November 2022`],
updateHistory: [
`October 2024`,
`January 2024`,
`November 2023`,
`August 2023`,
`June 2023`,
`March 2023`,
`November 2022`,
],
hub: {
...dataPages[metadata.pageTitle],
},
Expand Down

0 comments on commit 596e0e9

Please sign in to comment.