Skip to content

Commit f10baaf

Browse files
author
Mirko Brombin
authored
feat: paypal is too hungry
1 parent 58fcbe4 commit f10baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/download.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ import { Icon } from "astro-icon/components";
122122
</p>
123123
<div class="flex flex-row gap-3">
124124
{
125-
[1, 5].map((amount) => (
125+
[2, 5].map((amount) => (
126126
<button
127127
class="py-2 px-7 bg-gray-200 dark:bg-gray-700 text-gray-800 dark:text-gray-300 rounded-lg hover:bg-gray-300 dark:hover:bg-gray-600 transition-colors"
128128
onclick={`setAmount(${amount})`}

0 commit comments

Comments
 (0)