Skip to content

Commit 964eba1

Browse files
testing sheet
1 parent 911684f commit 964eba1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/src/components/modal/test/sheet/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,7 @@
196196
element.innerHTML = `
197197
<ion-header>
198198
<ion-toolbar>
199-
<ion-title>Super Modal</ion-title>
200-
<ion-buttons slot="end">
201-
<ion-button class="dismiss">Dismiss Modal</ion-button>
202-
</ion-buttons>
199+
Super Modal
203200
</ion-toolbar>
204201
</ion-header>
205202
<ion-content>
@@ -209,7 +206,7 @@
209206
</ion-content>
210207
<ion-footer>
211208
<ion-toolbar>
212-
<ion-title>Footer</ion-title>
209+
<ion-button>Footer</ion-button>
213210
</ion-toolbar>
214211
</ion-footer>
215212
`;

0 commit comments

Comments
 (0)