Skip to content
Snippets Groups Projects
Commit 8c592bdb authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: changed assets folder name

parent 3a6b22c7
No related branches found
No related tags found
Loading
Pipeline #16564 passed
......@@ -258,7 +258,7 @@ export class NewsletterService {
})
if (imageNames && imageNames !== null) {
const imageURLs = imageNames.map((image: string) => {
return `/assets/ecogeste/${image}`
return `/assets/ecogesture/${image}`
})
return imageURLs
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment