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 d669641 commit 6f73f09Copy full SHA for 6f73f09
web/src/pages/[element].astro
@@ -43,7 +43,7 @@ let oop_compatible_functions = getOOPFunctionsForElement(element.data.name);
43
title: element.id,
44
tableOfContents: false,
45
}}>
46
- <p>Category: <strong>{getElementCategory(element)}</strong></p>
+ <p><a href="/Element">Element</a> category: <strong>{getElementCategory(element)}</strong></p>
47
48
<Fragment set:html={marked(element.data.description)} />
49
0 commit comments