Skip to content

Commit 0b0054a

Browse files
committed
OOP in example tab name - Example 2 (OOP)
1 parent 77a8629 commit 0b0054a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/CodeExamplesSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (codeExamples.length === 0 && !examplesRequired) {
3939
data-tab={index}
4040
type="button"
4141
>
42-
Example {index + 1}
42+
Example {index + 1} {example.oop && (<>(OOP)</>)}
4343
</button>
4444
))}
4545
</div>

0 commit comments

Comments
 (0)