Skip to content

Commit 3b83a98

Browse files
committed
sort props
1 parent 8a39aa8 commit 3b83a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ watch(anyUncompressed, async (newVal) => {
6363
<div class="explanation-wrapper">
6464
<p class="explanation">Compresses images to &lt; 10MB.</p>
6565
<a
66-
role="button"
6766
href="https://nomanssky.fandom.com/wiki/Special:Upload?multiple=true"
67+
role="button"
6868
target="_blank"
6969
rel="noopener noreferrer"
7070
>Open NMS Wiki Image Upload</a
@@ -77,8 +77,8 @@ watch(anyUncompressed, async (newVal) => {
7777
<div class="buttons">
7878
<button
7979
:aria-busy="isCompressing"
80-
:disabled="!files.length || !anyUncompressed"
8180
:class="{ 'is-success': files.length && !anyUncompressed }"
81+
:disabled="!files.length || !anyUncompressed"
8282
@click="compressFiles"
8383
>
8484
{{ files.length && !anyUncompressed ? 'All compressed!' : 'Compress' }}

0 commit comments

Comments
 (0)