Skip to content

Commit

Permalink
fix(plugin-annontations) Logo position tweaked
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgeorgethe3rd committed Nov 25, 2024
1 parent 7b824b5 commit 4a97535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-annotations/src/logo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export const logoDefs = [
def: (scale) =>
`<g id="logo" transform="scale(${
2 * scale
}) translate(-23 -36)"><path class="logo" fill="currentColor" d="${logoPath}"/></g>`,
}) translate(-12.55 -18)"><path class="logo" fill="currentColor" d="${logoPath}"/></g>`,
},
]

0 comments on commit 4a97535

Please sign in to comment.