mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
docs(item): remove extra > in react example (#24844)
This commit is contained in:
@ -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">
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user