We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fcbe4 commit f10baafCopy full SHA for f10baaf
1 file changed
src/pages/download.astro
@@ -122,7 +122,7 @@ import { Icon } from "astro-icon/components";
122
</p>
123
<div class="flex flex-row gap-3">
124
{
125
- [1, 5].map((amount) => (
+ [2, 5].map((amount) => (
126
<button
127
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"
128
onclick={`setAmount(${amount})`}
0 commit comments