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