We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319c4c5 commit 10ce0ffCopy full SHA for 10ce0ff
src/components/player/CanvasPlayer.vue
@@ -2,7 +2,7 @@
2
import movie from '/bird.mp4'
3
import { fabric } from 'fabric'
4
import { onMounted, ref } from 'vue'
5
-import Logo from '~/assets/github.svg'
+import Logo from '~/assets/icons/icon-github.svg'
6
7
defineProps<{
8
msg: string
0 commit comments