mirror of
https://github.com/langgenius/dify.git
synced 2025-07-18 06:41:29 +00:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
![]() |
export function cleanUpSvgCode(svgCode: string): string {
|
||
|
return svgCode.replaceAll('<br>', '<br/>')
|
||
|
}
|