"Update UserDashboard.vue: change wash certificate link to orders page and remove redundant disabled state"
This commit is contained in:
@@ -197,7 +197,7 @@ const classes = computed(() => {
|
||||
</template>
|
||||
<template #footer>
|
||||
<div class="card-footer-item">
|
||||
<router-link to="/user/wash-certificates" class="button is-link is-fullwidth" :class="classes.button" disabled="true">
|
||||
<router-link to="/user/orders" class="button is-link is-fullwidth" :class="classes.button">
|
||||
Download vaskecertifikater
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user