1
0
Fork 0

fix line spacing

This commit is contained in:
Soham Tembhurne 2023-10-28 00:52:36 +05:30 committed by GitHub
parent 3f3746009e
commit a25df39508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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