Skip to content

Commit 3b9bbfa

Browse files
committed
feat: fix nostr and dribble
1 parent b5e9ea1 commit 3b9bbfa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/frontend/src/components/new-launch/providers/dribbble/dribbble.provider.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ export default withProvider(
4545
return true;
4646
}
4747
return 'Invalid image size. Dribbble requires 400x300 or 800x600 px images.';
48-
}
48+
},
49+
40000
4950
);

apps/frontend/src/components/new-launch/providers/nostr/nostr.provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export default withProvider(
88
async () => {
99
return true;
1010
},
11-
undefined
11+
100000
1212
);

0 commit comments

Comments
 (0)