mobile fixes
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
</v-card-text>
|
||||
<v-card-actions class="justify-center my-6 actions">
|
||||
<app-btn/>
|
||||
<v-btn prepend-icon="mdi-home-outline" variant="flat" text="Home" @click="nav('Home')"/>
|
||||
<v-btn prepend-icon="mdi-home-outline" variant="flat" text="Home" @click="// noinspection JSIgnoredPromiseFromCall
|
||||
router.push({name: 'Home'})"/>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</template>
|
||||
@@ -57,8 +58,8 @@
|
||||
<script setup>
|
||||
|
||||
import UniswapLogo from "@/corp/UniswapLogo.vue";
|
||||
import {nav} from "@/misc.js";
|
||||
import AppBtn from "@/corp/AppBtn.vue";
|
||||
import {router} from "@/router/router.js";
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user