Skip to content

Commit

Permalink
hot-fix: adjust year from release date
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBrito authored Aug 22, 2024
1 parent bf5bb59 commit b8b814a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/Zines.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ const zines = [
},
{
name: 'PROTESTIZANDO #15',
releasedAt: '06/02/17',
releasedAt: '06/02/2017',
thumb: thumbs.PROTESTIZANDO_15.image,
path: `${zinesPathPrefix}${routes.PROTESTIZANDO_15_PATH}`,
altText: thumbs.PROTESTIZANDO_1.altText,
},
{
name: 'PROTESTIZANDO #16',
releasedAt: '15/03/17',
releasedAt: '15/03/2017',
thumb: thumbs.PROTESTIZANDO_16.image,
path: `${zinesPathPrefix}${routes.PROTESTIZANDO_16_PATH}`,
altText: thumbs.PROTESTIZANDO_1.altText,
Expand Down

0 comments on commit b8b814a

Please sign in to comment.