Skip to content

Commit

Permalink
fix(PageFooter): fix netlify form
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Apr 4, 2022
1 parent 64aff77 commit 935fa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
or use anonymous form:
</p>

<form class="send-error" name="send-error" netlify>
<form class="send-error" name="send-error" method="POST" netlify>
<textarea name="error" :placeholder="t('components.pageFooter.sendErrorForm.placeholder')" />
<button class="send-error-button" type="submit">
{{ t('components.pageFooter.sendErrorForm.button') }}
Expand Down Expand Up @@ -200,7 +200,7 @@ footer select {
}
.send-error-button {
width: 128px;
max-width: 200px;
font-weight: bold;
line-height: 1.5;
color: $color-attacker-text;
Expand Down

0 comments on commit 935fa58

Please sign in to comment.