Change default zap amount
CI / Lint (pull_request) Failing after 8s
CI / Test (pull_request) Failing after 6s

This commit is contained in:
2026-08-20 16:38:04 -06:00
parent 82bc6a424e
commit beda860093
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function satsToSlider(sats) {
);
}
const DEFAULT_SLIDER_POSITION = satsToSlider(1000);
const DEFAULT_SLIDER_POSITION = satsToSlider(100);
export default class ZapPhotoModal extends Component {
@service nostrZap;