Skip to content

Commit 97a6501

Browse files
Zinovii DmytrivZinovii Dmytriv
andauthored
Fixed bug on default category card (#560)
Co-authored-by: Zinovii Dmytriv <zinovii@gmail.com>
1 parent fa93ff7 commit 97a6501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/DocCard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function CardCategory({item}) {
7373
);
7474
}
7575
function CardLink({item}) {
76-
const icon = isInternalUrl(item.href) ? '/images/terraform-color-16.svg' : '🔗';
76+
const icon = isInternalUrl(item.href) ? '📄️' : '🔗';
7777
const doc = useDocById(item.docId ?? undefined);
7878
return (
7979
<CardLayout

0 commit comments

Comments
 (0)