diff --git a/frontend/src/views/Patcher.vue b/frontend/src/views/Patcher.vue index 1607ed557..ab8aa082f 100644 --- a/frontend/src/views/Patcher.vue +++ b/frontend/src/views/Patcher.vue @@ -286,11 +286,7 @@ const { isOverDropZone: isOverPatchDropZone } = useDropZone(patchDropZoneRef, { size="40" color="primary" > - {{ - isOverRomDropZone - ? "mdi-cloud-upload" - : "mdi-cloud-upload-outline" - }} + {{ isOverRomDropZone ? "mdi-file" : "mdi-file-outline" }}
@@ -371,8 +367,8 @@ const { isOverDropZone: isOverPatchDropZone } = useDropZone(patchDropZoneRef, { > {{ isOverPatchDropZone - ? "mdi-cloud-upload" - : "mdi-cloud-upload-outline" + ? "mdi-file-cog" + : "mdi-file-cog-outline" }}