Skip to content

Commit 245b253

Browse files
updated the screenshots
1 parent 21afa9c commit 245b253

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Diff for: packages/documentation/src/stories/components/accordion/accordion.stories.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default meta;
4949
function getAccordionItemContent(position: number | string, headingLevel?: number) {
5050
const level = headingLevel ? html` <code>h${headingLevel}</code>` : nothing;
5151
return html`
52-
<span slot="header">Hello ${position}${level}</span>
52+
<span slot="header">Titulum ${position}${level}</span>
5353
<div>
5454
<p>Contentus momentus vero siteos et accusam iretea et justo.</p>
5555
</div>
Loading
Loading

0 commit comments

Comments
 (0)