cli: fix line break doc template (#2687)

This commit is contained in:
Alex
2024-11-19 18:06:48 +05:00
committed by GitHub
parent 30e0c7fddd
commit 7b148daf1f

View File

@@ -173,7 +173,8 @@ const doc = ({ name, pro }) => {
description:
links: ${pro
? ''
: `- label: ${upperName}
: `
- label: ${upperName}
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/${kebabName}.html`}
- label: GitHub