Skip to content

Commit

Permalink
Improved: UI to move the learn more card at the bottom(hotwax#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 23, 2024
1 parent 665a29b commit 13748f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/views/ShopifyInstall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<ion-label class="ion-text-wrap" v-if="isAppInstalled">{{ $t('Shopify store synced with HotWax Commerce') }}</ion-label>
</ion-item>
<ion-progress-bar type="indeterminate" v-if="syncDetailsToShopify"></ion-progress-bar>
<ion-item class="ion-item-button ion-margin-vertical" lines="none" button @click="goToLearnMoreDocument()">
<ion-icon slot="start" :icon="bookOutline" />
<ion-label class="ion-text-wrap">{{ $t('Learn more about connecting HotWax Commerce with Shopify') }}</ion-label>
</ion-item>

<template v-if="isAppInstalled">
<ion-item lines="none">
Expand Down Expand Up @@ -56,6 +52,11 @@
</span>
</ion-item>
</template>

<ion-item class="ion-item-button ion-margin-top" lines="none" button @click="goToLearnMoreDocument()">
<ion-icon slot="start" :icon="bookOutline" />
<ion-label class="ion-text-wrap">{{ $t('Learn more about connecting HotWax Commerce with Shopify') }}</ion-label>
</ion-item>
</ion-list>
</div>
</ion-content>
Expand Down

0 comments on commit 13748f2

Please sign in to comment.