We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa93ff7 commit 97a6501Copy full SHA for 97a6501
src/theme/DocCard/index.js
@@ -73,7 +73,7 @@ function CardCategory({item}) {
73
);
74
}
75
function CardLink({item}) {
76
- const icon = isInternalUrl(item.href) ? '/images/terraform-color-16.svg' : '🔗';
+ const icon = isInternalUrl(item.href) ? '📄️' : '🔗';
77
const doc = useDocById(item.docId ?? undefined);
78
return (
79
<CardLayout
0 commit comments