🚨 (home)

This commit is contained in:
2021-03-16 00:06:23 +01:00
parent 3abadf2477
commit 9b68afa131
2 changed files with 2 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ export const useFocus = () => {
scrollToNote(top) scrollToNote(top)
} else { } else {
const left = index * NOTE_WIDTH const left = index * NOTE_WIDTH
// scrollToNote(left) scrollToNote(left)
} }
}) })
} }

View File

@@ -17,8 +17,7 @@
[<router-link [<router-link
:to="{ name: 'Home', params: { user, repo } }" :to="{ name: 'Home', params: { user, repo } }"
:key="routeKey" :key="routeKey"
> >{{ repo }}</router-link
{{ repo }} </router-link
>] >]
</h1> </h1>
<h4 class="subtitle is-4"> <h4 class="subtitle is-4">