Skip to content

Commit

Permalink
Add back buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtweedy committed Feb 10, 2021
1 parent a33b733 commit c76584b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/product/Product.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {
IonBackButton,
IonButtons,
IonCol,
IonContent,
IonFooter,
Expand Down Expand Up @@ -38,6 +40,9 @@ const ProductDetail: React.FC<ProductDetailPageProps> = ({
<IonPage>
<IonHeader>
<IonToolbar>
<IonButtons slot="start">
<IonBackButton />
</IonButtons>
<IonTitle>
<img src="assets/chopchop.svg" height="28px" width="144px" />
</IonTitle>
Expand All @@ -46,6 +51,9 @@ const ProductDetail: React.FC<ProductDetailPageProps> = ({
<IonContent fullscreen>
<IonHeader collapse="condense">
<IonToolbar>
<IonButtons slot="start">
<IonBackButton />
</IonButtons>
<IonTitle size="large">
<img src="assets/chopchop.svg" height="28px" />
</IonTitle>
Expand Down

0 comments on commit c76584b

Please sign in to comment.