1
0
Fork 0

fix(plugins) Logo missing when Exported

This commit is contained in:
bobgeorgethe3rd 2024-09-16 15:00:06 +00:00
parent adefbe7d18
commit 58ddd283a2

View file

@ -7,6 +7,6 @@ export const logoDefs = [
def: (scale) => def: (scale) =>
`<g id="logo" transform="scale(${ `<g id="logo" transform="scale(${
2 * scale 2 * scale
}) translate(-23 -36)"><path class="logo" stroke="none" fill="currentColor" d="${logoPath}"/></g>`, }) translate(-23 -36)"><path class="logo" fill="currentColor" d="${logoPath}"/></g>`,
}, },
] ]