Fixed test html

This commit is contained in:
Bernardo Cardoso
2024-04-09 12:52:51 +01:00
parent 7bcba0cae7
commit 9ab2a9c406

View File

@ -19,7 +19,6 @@
<ion-content>
<h2>Chip - Shape</h2>
<h3>Shapes</h3>
<p>
<ion-chip id="default">
@ -33,7 +32,8 @@
</ion-chip>
<ion-chip id="rectangular" shape="rectangular">
<ion-label>Rectangular</ion-label>
</ion-chip>
</p>
</ion-content>
</ion-app>