Skip to content

Commit 5c606ab

Browse files
Reggie CushingReggie Cushing
authored andcommitted
download button on top; reset button colour set to red.
1 parent 5e886c2 commit 5c606ab

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/components/DownloadButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
label="Download"
66
size="xl"
77
no-caps
8+
stack
89
type="a"
910
download="CITATION.cff"
1011
v-bind:href="downloadUrl"

src/components/ScreenFinishAdvanced.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,20 @@
2222
<p class="finish-paragraph">
2323
Distribute the CITATION.cff with your project, for instance, by adding it to the root of your GitHub repository.
2424
</p>
25+
<div class="row">
26+
<DownloadButton class="col-4 q-ma-lg" />
27+
</div>
2528
<div class="row">
2629
<q-btn
2730
class="q-mt-md q-mb-md"
28-
color="primary"
31+
color=""
32+
text-color="red"
2933
icon="refresh"
3034
label="Reset form"
3135
no-caps
3236
v-on:click="createAnother"
3337
/>
3438
</div>
35-
<div class="row">
36-
<DownloadButton class="col-4 q-ma-lg" />
37-
</div>
3839
</div>
3940
<div v-else>
4041
<p class="finish-paragraph">

0 commit comments

Comments
 (0)