Skip to content

Commit 2520459

Browse files
authored
Merge pull request #420 from citation-file-format/408-swap_finish_and_reset_buttons
swap finish and reset buttons
2 parents 0133d38 + ee66958 commit 2520459

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ScreenFinishAdvanced.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
Use the buttons below to download your CITATION.cff file, or reset the form to start over.
2525
</p>
2626
<div class="row">
27-
<DownloadButton class="col-4 q-ma-lg" />
2827
<q-btn
2928
class="col-4 q-ma-lg"
3029
color="primary"
@@ -34,6 +33,7 @@
3433
size="xl"
3534
v-on:click="createAnother"
3635
/>
36+
<DownloadButton class="col-4 q-ma-lg" />
3737
</div>
3838
</div>
3939
<div v-else>

0 commit comments

Comments
 (0)