Fix router
repod / nextcloud (push) Successful in 53s Details
repod / nodejs (push) Successful in 1m16s Details

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 }}
</template>
<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>
</NcListItem>
</ul>

View File

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