diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 45577bab0c60..a561d74d1169 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -175,6 +175,13 @@ module.exports = [ fbOpenSource: true, pinned: true, }, + { + caption: 'Day.js', + image: '/img/users/dayjs.png', + infoLink: 'https://day.js.org/', + fbOpenSource: false, + pinned: false, + }, { caption: 'Dep', image: '/img/users/golang-dep.svg', diff --git a/website-1.x/static/img/users/dayjs.png b/website-1.x/static/img/users/dayjs.png new file mode 100644 index 000000000000..58d372512e5d Binary files /dev/null and b/website-1.x/static/img/users/dayjs.png differ