Skip to content

Commit 9afc4fd

Browse files
committed
Fix Container example name
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 4d9be7a commit 9afc4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ do:
142142
arguments:
143143
name: '$\{ .user.preferredDisplayName }'`} />
144144
</div>
145-
<input type="radio" name="code_tabs" role="tab" class="tab" aria-label="container" />
145+
<input type="radio" name="code_tabs" role="tab" class="tab" aria-label="Container" />
146146
<div role="tabpanel" class="tab-content bg-base-100 border-base-300 rounded-box p-6">
147147
<h3 class="text-xl font-bold mb-4">Container Example</h3>
148148
<Code themes={{'light': 'github-light', 'dark': 'github-dark'}} lang="yaml" code={`document:

0 commit comments

Comments
 (0)