Update app.placeholder.js

This commit is contained in:
Simon Lecoq
2023-07-24 21:11:48 -04:00
parent 0304c5946e
commit 1a95c68e69

View File

@@ -881,7 +881,7 @@
? ({ ? ({
repositories: { repositories: {
list: new Array(Number(options["repositories.featured"].split(",").map(x => x.trim()).length)).fill(null).map((_, i) => ({ 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(), description: faker.lorem.sentence(),
forkCount: faker.number.int(100), forkCount: faker.number.int(100),
isFork: faker.datatype.boolean(), isFork: faker.datatype.boolean(),