Skip to content

Commit b60c1e2

Browse files
committed
cleanup: make first download option 2$
1 parent ef1bb87 commit b60c1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/download/DownloadOrchidStable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<p for="donation-amount">Choose your donation amount:</p>
145145
<div class="flexGrid flexGrid--3">
146146
<button
147-
v-for="amount in [1, 5]"
147+
v-for="amount in [2, 5]"
148148
:key="amount"
149149
class="btn btn--secondary"
150150
@click="setAmount(amount)"

0 commit comments

Comments
 (0)