Skip to content

Commit ef4adca

Browse files
fix: hiding subscription form (matter-labs#495)
* fix: hiding subscription form * fix: updating node version
1 parent 47656e8 commit ef4adca

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Setup node@14"
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 14
19+
node-version: 16
2020

2121
- name: "Install dependencies"
2222
run: |

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Setup node@14"
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: "Install dependencies"
2828
run: |

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Setup node@14"
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 16
2626

2727
- name: "Install dependencies"
2828
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Setup node@14"
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 14
23+
node-version: 16
2424

2525
- name: "Install dependencies"
2626
run: |

docs/contact.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar: false
1111
- [Medium: Matter Labs' blog](https://medium.com/matter-labs)
1212
- [Telegram: zkSync announcements channel](https://t.me/zksync)
1313

14-
<form
14+
<!-- <form
1515
action="//dev.us4.list-manage.com/subscribe/post?u=ef8545da9c594ae082297352d&amp;id=fa715c9af0"
1616
method="post"
1717
id="mc-embedded-subscribe-form"
@@ -20,7 +20,6 @@ target="_blank"
2020
novalidate
2121
>
2222
<div id="mc_embed_signup_scroll">
23-
<!-- <label for="mce-EMAIL">Email Address </label> -->
2423
<input
2524
aria-label="Search"
2625
type="email"
@@ -37,12 +36,11 @@ novalidate
3736
id="mc-embedded-subscribe"
3837
class="newsletter-button"
3938
/>
40-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
4139
<div style="position: absolute; left: -5000px;" aria-hidden="true">
4240
<input type="text" name="b_ef8545da9c594ae082297352d_fa715c9af0" tabindex="-1" value />
4341
</div>
4442
</div>
45-
</form>
43+
</form> -->
4644

4745
## Developer Community
4846

0 commit comments

Comments
 (0)