feat: aka without the at://

This commit is contained in:
Julien Calixte
2026-02-10 21:31:36 +01:00
parent fa2526bdc6
commit c638914f56
5 changed files with 17 additions and 29 deletions

View File

@@ -19,7 +19,7 @@
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn"
>Manage your repos</router-link
>
<router-link :to="{ name: 'PublicNoteList' }" class="btn"
<router-link :to="{ name: 'PublicNoteListView' }" class="btn"
>Public notes</router-link
>
</div>