Skip to content

Commit

Permalink
fix: fix pages navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
pferreirafabricio committed Oct 10, 2023
1 parent 19bd941 commit 7feff51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions src/pages/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
page-title="Contact"
page-default-back-link="/home"
:show-menu-button="false"
:ignore-history="true"
>
<ion-row>
<ion-col size="12">
Expand Down Expand Up @@ -51,10 +50,7 @@
<ion-text class="fs-20"> Social medias </ion-text>
<br />
</ion-col>
<ion-col
size="12"
class="social-medias"
>
<ion-col size="12" class="social-medias">
<a href="https://www.facebook.com" target="_blank">
<ion-icon :icon="Icon.logoFacebook" class="fs-32"></ion-icon>
</a>
Expand Down
1 change: 0 additions & 1 deletion src/pages/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<base-layout
page-default-back-link="/home"
:show-menu-button="false"
:ignore-history="true"
>
<ion-row>
<ion-col size="12">
Expand Down
1 change: 0 additions & 1 deletion src/pages/NotAuthorized.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<base-layout
page-default-back-link="/home"
:show-menu-button="false"
:ignore-history="true"
>
<ion-img src="assets/vectors/cancel.svg"></ion-img>
<ion-item lines="none">
Expand Down

0 comments on commit 7feff51

Please sign in to comment.