Skip to content

Commit

Permalink
Fix Container example name
Browse files Browse the repository at this point in the history
Signed-off-by: Charles d'Avernas <[email protected]>
  • Loading branch information
cdavernas committed Jan 10, 2025
1 parent 4d9be7a commit 9afc4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ do:
arguments:
name: '$\{ .user.preferredDisplayName }'`} />
</div>
<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" />
<div role="tabpanel" class="tab-content bg-base-100 border-base-300 rounded-box p-6">
<h3 class="text-xl font-bold mb-4">Container Example</h3>
<Code themes={{'light': 'github-light', 'dark': 'github-dark'}} lang="yaml" code={`document:
Expand Down

0 comments on commit 9afc4fd

Please sign in to comment.