Skip to content

Commit

Permalink
Update Page.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Dec 11, 2024
1 parent a405177 commit 590c461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/main/src/webComponents/Page/Page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const meta = {
header: (
<Bar
design={BarDesign.Header}
startContent={<Button icon="home" title="Go Home" />}
endContent={<Button icon="settings" title="Go to Settings" />}
startContent={<Button icon="home" title="Go Home" accessibleName="Home" />}
endContent={<Button icon="settings" title="Go to Settings" accessibleName="Settings" />}
>
<Label>Title</Label>
</Bar>
Expand Down

0 comments on commit 590c461

Please sign in to comment.