Fix router
This commit is contained in:
parent
93b4b57eb7
commit
b5d9213303
@ -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>
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user