fixes
This commit is contained in:
parent
e4e8a8dac8
commit
01fa863735
|
@ -1 +1 @@
|
||||||
{"branch_name":"beta","last_commit_date":"2022-01-18T11:39:58.000Z","last_commit_author":"sidharth","last_commit_hash":"10dcca315f8a4cb7a86e87becb9e7cd05a3ecb36"}
|
{"branch_name":"beta","last_commit_date":"2022-01-19T12:17:18.000Z","last_commit_author":"sidharth","last_commit_hash":"e4e8a8dac80f96405c6591d0be2b37d10cac358b"}
|
|
@ -41,12 +41,12 @@
|
||||||
</v-form>
|
</v-form>
|
||||||
|
|
||||||
<v-row >
|
<v-row >
|
||||||
<v-col cols="12">
|
<!-- <v-col cols="12">
|
||||||
Create an account ?
|
Create an account ?
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link class="text-decoration-none" :to="{name:'SignUpPage'}" :class="hover ? 'content-link-hover-color' : 'primary--text'">Sign Up</router-link>
|
<router-link class="text-decoration-none" :to="{name:'SignUpPage'}" :class="hover ? 'content-link-hover-color' : 'primary--text'">Sign Up</router-link>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
</v-col>
|
</v-col>-->
|
||||||
<v-col cols="12" class="pt-0 mt-n1">
|
<v-col cols="12" class="pt-0 mt-n1">
|
||||||
Forgot your password?
|
Forgot your password?
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<v-container-fluid>
|
|
||||||
<v-row class="pl-10 pr-10">
|
<v-row class="pl-10 pr-10">
|
||||||
<v-col cols="12" sm="12" md="12" lg="12" class="">
|
<v-col cols="12" sm="12" md="12" lg="12" class="">
|
||||||
<div class="h3 text-capitalize body-font1">Retailer dashboard</div>
|
<div class="h3 text-capitalize body-font1">Retailer dashboard</div>
|
||||||
|
@ -13,7 +12,7 @@
|
||||||
<v-hover v-slot:default="{ hover }">
|
<v-hover v-slot:default="{ hover }">
|
||||||
<router-link
|
<router-link
|
||||||
class="text-decoration-none"
|
class="text-decoration-none"
|
||||||
:to="{ name: 'CheckoutPage' }"
|
:to="{ name: 'CartProducts' }"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
:class="hover ? 'primary--text' : 'black--text'"
|
:class="hover ? 'primary--text' : 'black--text'"
|
||||||
|
@ -123,7 +122,6 @@
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-container-fluid>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<v-alert class="alert-box-outline" type="error" text dense
|
<v-alert class="alert-box-outline" type="error" text dense
|
||||||
>You have no items in your shopping cart.</v-alert
|
>You have no items in your shopping cart.</v-alert
|
||||||
>
|
>
|
||||||
<p>
|
<!-- <p>
|
||||||
Click
|
Click
|
||||||
<span
|
<span
|
||||||
class="
|
class="
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
>here</span
|
>here</span
|
||||||
> </span
|
> </span
|
||||||
>to continue shopping.
|
>to continue shopping.
|
||||||
</p>
|
</p>-->
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue