File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/searchViewComponents Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import HoverCard from "./subcomponents/HoverCard.vue";
5
5
import { useFileListComposable } from " @/composables/useFileListComposable" ;
6
6
import { useBlurExplicit } from " @/composables/BlurExplicitImagesComposable" ;
7
7
import { Types } from " @/helpers/typeHelper" ;
8
- import { mdiRobotDead } from " @mdi/js" ;
8
+ import { mdiRobotDead , mdiTimerSand } from " @mdi/js" ;
9
9
import NyatsImg from " @/helpers/nyats/vuetify-img-cid.vue" ;
10
10
11
11
const fileType = Types .images ;
@@ -31,7 +31,7 @@ const { blurExplicit } = useBlurExplicit();
31
31
>
32
32
<template #placeholder >
33
33
<v-row class =" fill-height ma-0" align =" center" justify =" center" >
34
- <v-progress-circular indeterminate color =" ipfsPrimary " />
34
+ <v-icon color =" grey " size = " large " :icon = " mdiTimerSand " />
35
35
</v-row >
36
36
</template >
37
37
You can’t perform that action at this time.
0 commit comments