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 77a8629 commit 0b0054aCopy full SHA for 0b0054a
web/src/components/CodeExamplesSection.astro
@@ -39,7 +39,7 @@ if (codeExamples.length === 0 && !examplesRequired) {
39
data-tab={index}
40
type="button"
41
>
42
- Example {index + 1}
+ Example {index + 1} {example.oop && (<>(OOP)</>)}
43
</button>
44
))}
45
</div>
0 commit comments