We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9be7a commit 9afc4fdCopy full SHA for 9afc4fd
src/pages/index.astro
@@ -142,7 +142,7 @@ do:
142
arguments:
143
name: '$\{ .user.preferredDisplayName }'`} />
144
</div>
145
- <input type="radio" name="code_tabs" role="tab" class="tab" aria-label="container" />
+ <input type="radio" name="code_tabs" role="tab" class="tab" aria-label="Container" />
146
<div role="tabpanel" class="tab-content bg-base-100 border-base-300 rounded-box p-6">
147
<h3 class="text-xl font-bold mb-4">Container Example</h3>
148
<Code themes={{'light': 'github-light', 'dark': 'github-dark'}} lang="yaml" code={`document:
0 commit comments