Skip to content

Commit

Permalink
Correct capitalization
Browse files Browse the repository at this point in the history
Refs: #6705
  • Loading branch information
anicyne committed Aug 13, 2024
1 parent 33da28a commit ed9b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/samples/react/src/components/handout/basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export const HandoutBasic: FC = () => (
<KolBreadcrumb
_label="Breadcrumb aus Text-Links"
_links={[
{ _label: 'homepage', _href: '#/back-page' },
{ _label: 'Homepage', _href: '#/back-page' },
{ _label: 'Bottom of the homepage', _href: '#/back-page' },
{
_label: 'Underside of the underside',
Expand Down

0 comments on commit ed9b3d3

Please sign in to comment.