Fix router
All checks were successful
repod / nextcloud (push) Successful in 53s
repod / nodejs (push) Successful in 1m16s

This commit is contained in:
Michel Roux 2023-07-29 14:27:32 +02:00
parent 93b4b57eb7
commit b5d9213303
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,9 @@
{{ feed.author }} {{ feed.author }}
</template> </template>
<template #indicator> <template #indicator>
<img :src="generateUrl(`/apps/repod/img/${feed.provider}.svg`)" height="15" :alt="feed.provider"> <img height="15"
:src="generateUrl(`/apps/repod/img/${feed.provider}.svg`)"
:alt="feed.provider">
</template> </template>
</NcListItem> </NcListItem>
</ul> </ul>

View File

@ -2,7 +2,7 @@
<fragment> <fragment>
<NcAppNavigation> <NcAppNavigation>
<NcAppContentList> <NcAppContentList>
<router-link to="/discover"> <router-link to="/">
<NcAppNavigationNew :text="t('Add a podcast')"> <NcAppNavigationNew :text="t('Add a podcast')">
<template #icon> <template #icon>
<Plus :size="20" /> <Plus :size="20" />