diff --git a/server/services/octicons.ts b/server/services/octicons.ts index 44e4ac59..8b11afff 100644 --- a/server/services/octicons.ts +++ b/server/services/octicons.ts @@ -12,8 +12,8 @@ async function getIcon(slug: string): return null; } const icon = octicons[normalized as IconName]; - // add 'xmlns' attribute to the svg - const svg = icon.toSVG().replace('