From 1a95c68e696cffa3c80eb15036707c39a58d2e62 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:11:48 -0400 Subject: [PATCH] Update app.placeholder.js --- source/app/web/statics/embed/app.placeholder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/web/statics/embed/app.placeholder.js b/source/app/web/statics/embed/app.placeholder.js index 16523022..4018f332 100644 --- a/source/app/web/statics/embed/app.placeholder.js +++ b/source/app/web/statics/embed/app.placeholder.js @@ -881,7 +881,7 @@ ? ({ repositories: { list: new Array(Number(options["repositories.featured"].split(",").map(x => x.trim()).length)).fill(null).map((_, i) => ({ - created: (), + created: faker.date.past(), description: faker.lorem.sentence(), forkCount: faker.number.int(100), isFork: faker.datatype.boolean(),