Skip to content

Commit 49de97c

Browse files
committed
docs(react): remove fab code
1 parent 303fb12 commit 49de97c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/react/your-first-app/7-live-reload.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ const Tab2: React.FC = () => {
120120
<IonContent>
121121
{/* ...existing code... */}
122122

123-
<IonFab vertical="bottom" horizontal="center" slot="fixed">
124-
<IonFabButton onClick={() => addNewToGallery()}>
125-
<IonIcon icon={camera}></IonIcon>
126-
</IonFabButton>
127-
</IonFab>
128-
129123
{/* CHANGE: Add action sheet for deleting photos */}
130124
<IonActionSheet
131125
isOpen={!!photoToDelete}

versioned_docs/version-v7/react/your-first-app/7-live-reload.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ const Tab2: React.FC = () => {
120120
<IonContent>
121121
{/* ...existing code... */}
122122

123-
<IonFab vertical="bottom" horizontal="center" slot="fixed">
124-
<IonFabButton onClick={() => addNewToGallery()}>
125-
<IonIcon icon={camera}></IonIcon>
126-
</IonFabButton>
127-
</IonFab>
128-
129123
{/* CHANGE: Add action sheet for deleting photos */}
130124
<IonActionSheet
131125
isOpen={!!photoToDelete}

0 commit comments

Comments
 (0)