Render link with an image and a description as card

This commit is contained in:
2025-05-25 21:51:26 +08:00
parent 0430e3ca0b
commit d02c466255
2 changed files with 29 additions and 2 deletions

View File

@@ -277,7 +277,6 @@ function Article({resource}: { resource: ResourceDetails }) {
}
}
}
console.log(props.children)
// @ts-ignore
if (props.children?.length === 2) {
// @ts-ignore