docs(item): remove extra > in react example (#24844)

This commit is contained in:
rafi365
2022-02-26 02:38:25 +07:00
committed by GitHub
parent 5baeeb1172
commit 5faf51caef
2 changed files with 2 additions and 2 deletions

View File

@ -944,7 +944,7 @@ export const ItemExamples: React.FC = () => {
<IonItem>
<IonButton slot="start">
Start Icon
<IonIcon icon={home} slot="end" />>
<IonIcon icon={home} slot="end" />
</IonButton>
<IonLabel>Buttons with Icons</IonLabel>
<IonButton slot="end">

View File

@ -203,7 +203,7 @@ export const ItemExamples: React.FC = () => {
<IonItem>
<IonButton slot="start">
Start Icon
<IonIcon icon={home} slot="end" />>
<IonIcon icon={home} slot="end" />
</IonButton>
<IonLabel>Buttons with Icons</IonLabel>
<IonButton slot="end">