diff --git a/apps/app-frontend/src/components/ui/UpdateModal.vue b/apps/app-frontend/src/components/ui/UpdateModal.vue index fd16cab3c..b8080deef 100644 --- a/apps/app-frontend/src/components/ui/UpdateModal.vue +++ b/apps/app-frontend/src/components/ui/UpdateModal.vue @@ -7,10 +7,12 @@ >
-
Modrinth App v{{ update!.version }}
+
+ Modrinth App v{{ update!.version }} +
@@ -29,9 +31,7 @@ @@ -74,13 +74,7 @@ import { defineMessages, useVIntl } from '@vintl/vintl' import { useTemplateRef, ref, computed } from 'vue' import { AppearingProgressBar, ButtonStyled, JoinedButtons } from '@modrinth/ui' import type { JoinedButtonAction } from '@modrinth/ui' -import { - ExternalIcon, - DownloadIcon, - RightArrowIcon, - RedoIcon, - ClipboardCopyIcon, -} from '@modrinth/assets' +import { ExternalIcon, DownloadIcon, RedoIcon, ClipboardCopyIcon } from '@modrinth/assets' import { enqueueUpdateForInstallation, getUpdateSize } from '@/helpers/utils' import { formatBytes } from '@modrinth/utils' import { handleError } from '@/store/notifications'