You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/ScreenFinish.vue
+9-24Lines changed: 9 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -15,40 +15,34 @@
15
15
<divv-if="isValidCFF">
16
16
<p
17
17
v-if="!showAdvanced"
18
-
class="finish-paragraph"
19
18
>
20
19
You now have a minimal CITATION.cff file. Use the buttons below to download your CITATION.cff file, continue adding more properties, or reset the form.
21
20
</p>
22
21
<p
23
22
v-else
24
-
class="finish-paragraph"
25
23
>
26
24
Use the buttons below to download your CITATION.cff file, or reset the form to start over.
27
25
</p>
28
-
<pclass="finish-paragraph">
26
+
<p>
29
27
Distribute the CITATION.cff with your project, for instance, by adding it to the root of your GitHub repository.
0 commit comments