Skip to content

Commit

Permalink
Switches Loading Animations to be Public Path Assets (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdubs authored Jan 25, 2024
1 parent 3ff8821 commit 841cf3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/modal/Loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ watch(() => loading.value, refreshZIndex)
playsinline
>
<source
src="@/assets/img/logo_loading_animation_v1.webm"
src="/img/logo_loading_animation_v1.webm"
type="video/webm"
>
<source
src="@/assets/img/logo_loading_animation_v1.mp4"
src="/img/logo_loading_animation_v1.mp4"
type="video/mp4"
>
</video>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 841cf3d

Please sign in to comment.