Skip to content

Commit f8c30f0

Browse files
authored
Adding contact email to env vars (#11045)
1 parent 6fb1c8e commit f8c30f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/production/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ let environment = [
600600
},
601601
{
602602
name: "CONTACT_EMAIL",
603-
value: ""
603+
value: "support@gitcoin.co"
604604
},
605605
{
606606
name: "FEE_ADDRESS",

0 commit comments

Comments
 (0)