Skip to content

Commit

Permalink
Merge pull request #130 from poap-xyz/release/v1.6.17
Browse files Browse the repository at this point in the history
Release v1.6.17
  • Loading branch information
jm42 authored Jan 7, 2024
2 parents c697dfb + 14e0e76 commit 64709b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.6.16",
"version": "1.6.17",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down Expand Up @@ -37,6 +37,9 @@
"start": "react-scripts start",
"build": "react-scripts build"
},
"engines": {
"node": ">=20.0.0"
},
"eslintConfig": {
"extends": [
"react-app"
Expand Down
1 change: 1 addition & 0 deletions src/styles/event.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: scroll;
}

.event .caching, .event .caching-error, .event .cached {
Expand Down
1 change: 1 addition & 0 deletions src/styles/events.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.events {
display: flex;
flex-direction: column;
overflow: scroll;
}

.events table {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export function secondsInTheFuture(secs) {
}

export function formatMonthYear(d) {
return dayjs(d).format('MMM YY')
return dayjs(d).format('MMM \'YY')
}

0 comments on commit 64709b5

Please sign in to comment.