|
@@ -21,12 +21,19 @@ const { isLogin } = storeToRefs(userStore)
|
|
|
Sign in to download exclusive catalogs!
|
|
|
</div>
|
|
|
<div
|
|
|
- class="py-8px mt-30px text-14px fw-500 flex justify-center items-center w-150px text-center text-#fff b-rd-200px bg-#0F0820 hover:bg-#9B6CFF hover:text-#fff cursor-pointer"
|
|
|
+ v-if="!isLogin" class="py-8px mt-30px text-14px fw-500 flex justify-center items-center w-150px text-center text-#fff b-rd-200px bg-#0F0820 hover:bg-#9B6CFF hover:text-#fff cursor-pointer"
|
|
|
+ @click="openLoginModal"
|
|
|
>
|
|
|
- <span v-if="!isLogin" @click="openLoginModal">
|
|
|
+ <span>
|
|
|
Sign In
|
|
|
</span>
|
|
|
- <nuxt-link v-else to="/categories">
|
|
|
+ <img src="@/assets/images/footer_contact_icon02.png" class="w-24px h-24px ml-10px" alt="">
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ v-else
|
|
|
+ class="py-8px mt-30px text-14px fw-500 flex justify-center items-center w-150px text-center text-#fff b-rd-200px bg-#0F0820 hover:bg-#9B6CFF hover:text-#fff cursor-pointer"
|
|
|
+ >
|
|
|
+ <nuxt-link to="/categories">
|
|
|
view catalogs
|
|
|
</nuxt-link>
|
|
|
<img src="@/assets/images/footer_contact_icon02.png" class="w-24px h-24px ml-10px" alt="">
|