Skip to content

Commit

Permalink
build: try other run
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed May 15, 2024
1 parent de6152e commit d384a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dialog/dialog-title/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In addition, the title can be hidden when scrolling down the content, to provide

```html
<sbb-dialog>
<sbb-dialog-title hide-on-scroll="small"> A describing title of the dialog </sbb-dialog-title>
<sbb-dialog-title hide-on-scroll="small">A describing title of the dialog</sbb-dialog-title>
</sbb-dialog>
```

Expand All @@ -30,7 +30,7 @@ A close button is always displayed and can be used to close the dialog. Optional

```html
<sbb-dialog>
<sbb-dialog-title back-button> A describing title of the dialog </sbb-dialog-title>
<sbb-dialog-title back-button>A describing title of the dialog</sbb-dialog-title>
</sbb-dialog>
```

Expand Down

0 comments on commit d384a98

Please sign in to comment.