fix menu memory, return memo button & add favicon

This commit is contained in:
2020-04-08 23:00:26 +02:00
parent 0c74026119
commit d844bd8518
7 changed files with 71 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
<template>
<div class="p-2">
<div class="flex-between flex-center mb-1">
<a href="#" @click="$router.back()">
< Back
</a>
<a href="#" class="btn" @click="$router.back()">< Back</a>
<router-link :to="'/memos/create'" class="btn-primary">Add New Memo</router-link>
</div>
<div v-if="loading">> Loading...</div>