1
0
Fork 0

[react] fix: Path string style in Xray path component

See #264
This commit is contained in:
joostdecock 2025-05-03 12:47:24 +02:00
parent 41203f8b3f
commit 07eae0a9cd
2 changed files with 5 additions and 1 deletions

View file

@ -224,7 +224,7 @@ const PathXrayInfo = ({ path, pathName, stackName, part }) => {
</tbody>
</table>
<H6>Pathstring</H6>
<Highlight>{path.d}</Highlight>
<Highlight language="SVG">{path.d}</Highlight>
</div>
)
}