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";
55import { useFileListComposable } from " @/composables/useFileListComposable" ;
66import { useBlurExplicit } from " @/composables/BlurExplicitImagesComposable" ;
77import { Types } from " @/helpers/typeHelper" ;
8- import { mdiRobotDead } from " @mdi/js" ;
8+ import { mdiRobotDead , mdiTimerSand } from " @mdi/js" ;
99import NyatsImg from " @/helpers/nyats/vuetify-img-cid.vue" ;
1010
1111const fileType = Types .images ;
@@ -31,7 +31,7 @@ const { blurExplicit } = useBlurExplicit();
3131 >
3232 <template #placeholder >
3333 <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 " />
3535 </v-row >
3636 </template >
3737
You can’t perform that action at this time.
0 commit comments