We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37e299 commit 1d45298Copy full SHA for 1d45298
examples/crm/src/dataGenerator/companies.ts
@@ -28,7 +28,7 @@ export const generateCompanies = (db: Db): Company[] => {
28
return {
29
id,
30
name: name,
31
- logo: `/logos/${id}.png`,
+ logo: `./logos/${id}.png`,
32
sector: random.arrayElement(sectors),
33
size: random.arrayElement(sizes) as 1 | 10 | 50 | 250 | 500,
34
linkedIn: `https://www.linkedin.com/company/${name
0 commit comments