mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
docs: broken Plus icon
This commit is contained in:
parent
7ee8c7ba45
commit
cfa153eff2
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ If you have Koel's [command scheduler](../cli-commands.md#command-scheduling) se
|
||||||
You can also update a podcast's episodes manually from the web interface by clicking the <InterfaceIcon :src="refreshIcon" alt="Refresh" /> button on the podcast's page.
|
You can also update a podcast's episodes manually from the web interface by clicking the <InterfaceIcon :src="refreshIcon" alt="Refresh" /> button on the podcast's page.
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
import plusIcon from '../assets/icons/plus.svg'
|
||||||
import refreshIcon from '../assets/icons/refresh.svg'
|
import refreshIcon from '../assets/icons/refresh.svg'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue