Skip to content

Commit c01e30f

Browse files
authored
fix(svg): correct repo url in svg comment (antfu-collective#114)
1 parent d6b715e commit c01e30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processing/svg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class SvgComposer {
111111

112112
generateSvg() {
113113
return `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 ${this.config.width} ${this.height}" width="${this.config.width}" height="${this.height}">
114-
<!-- Generated by https://github.com/antfu/sponsorskit -->
114+
<!-- Generated by https://github.com/antfu-collective/sponsorkit -->
115115
<style>${this.config.svgInlineCSS}</style>
116116
${this.body}
117117
</svg>

0 commit comments

Comments
 (0)