docs: broken Plus icon

This commit is contained in:
Phan An 2024-06-27 22:47:40 +02:00
parent 7ee8c7ba45
commit cfa153eff2

View file

@ -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.
<script lang="ts" setup>
import plusIcon from '../assets/icons/plus.svg'
import refreshIcon from '../assets/icons/refresh.svg'
</script>