Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/components/ScreenFinishAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@
<p class="finish-paragraph">
Distribute the CITATION.cff with your project, for instance, by adding it to the root of your GitHub repository.
</p>
<div class="row">
<DownloadButton class="col-4 q-ma-lg" />
</div>
<div class="row">
<q-btn
class="col-4 q-ma-lg"
color="primary"
class="q-mt-md q-mb-md"
color=""
text-color="red"
icon="refresh"
label="Reset form"
no-caps
size="xl"
v-on:click="createAnother"
/>
<DownloadButton class="col-4 q-ma-lg" />
</div>
</div>
<div v-else>
Expand Down