Add Mapcomplete logo
This commit is contained in:
parent
85ec94efe5
commit
a542324f69
2 changed files with 7 additions and 2 deletions
7
Svg.ts
7
Svg.ts
File diff suppressed because one or more lines are too long
|
@ -281,7 +281,7 @@ writeFile(generatedDir + "/wikiIndex", wikiPage, (err) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
createManifest(new LayoutConfig({
|
createManifest(new LayoutConfig({
|
||||||
icon: "./assets/svg/add.svg",
|
icon: "./assets/svg/mapcomplete_logo.svg",
|
||||||
id: "index",
|
id: "index",
|
||||||
language: "en",
|
language: "en",
|
||||||
layers: [],
|
layers: [],
|
||||||
|
|
Loading…
Reference in a new issue