Skip to content

Commit

Permalink
FIX: gif
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPlays committed Feb 28, 2025
1 parent 50a4833 commit 3dc985b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<custom-modal
icon=" /animation/launcher-update/update-loading-modal.gif"
icon="/animation/launcher-update/update-loading-modal.gif"
icon-size="w-[30%]"
bg-color="bg-[#336666]"
:main-title="`${t('updateModal.updateTitle', { version: version })} `"
Expand Down
2 changes: 1 addition & 1 deletion launcher/src/pages/UpdateHandler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span>{{ t("updateModal.updateTo", { version: updateState.version }) }} </span>
</div>
<div class="loading-icon w-full flex justify-center items-center h-3/6">
<img src="/animation/launcher-update/update-loading.gif" class="w-2/4 mt-40" />
<img src="/animation/launcher-update/update-loading-modal.gif" class="w-1/3" />
</div>

<div class="progressbar-box flex justify-center items-center w-full h-1/6">
Expand Down

0 comments on commit 3dc985b

Please sign in to comment.