Skip to content

Commit 6f73f09

Browse files
Edit element category display
1 parent d669641 commit 6f73f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/[element].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let oop_compatible_functions = getOOPFunctionsForElement(element.data.name);
4343
title: element.id,
4444
tableOfContents: false,
4545
}}>
46-
<p>Category: <strong>{getElementCategory(element)}</strong></p>
46+
<p><a href="/Element">Element</a> category: <strong>{getElementCategory(element)}</strong></p>
4747

4848
<Fragment set:html={marked(element.data.description)} />
4949

0 commit comments

Comments
 (0)