Skip to content

Commit

Permalink
Fixing distorted UI of footer 'Notify me' Button (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
vennilamahalingam committed Aug 2, 2023
1 parent 9e0a661 commit 704da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Footer.tsx
Expand Up @@ -170,7 +170,7 @@ export const Footer: React.FC<FooterProps> = props => {
<form
action="https://api.formik.com/submit/palmerhq/formik-newsletter"
method="post"
className="mt-4 sm:flex sm:max-w-md"
className="mt-4 lg:flex lg:max-w-md"
>
<input type="hidden" name="_honeypot" value="" />
<input
Expand Down

2 comments on commit 704da49

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: 704da49 Previous: 9e0a661 Ratio
formik (simple example) 9170 ops/sec (±5.29%) 12338 ops/sec (±2.95%) 1.35
react hook form (simple example) 8509 ops/sec (±3.71%) 10767 ops/sec (±4.01%) 1.27

This comment was automatically generated by workflow using github-action-benchmark.

@vercel
Copy link

@vercel vercel bot commented on 704da49 Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formik-docs – ./website

formik-docs-git-main-formik.vercel.app
formik-docs.vercel.app
formik-docs-formik.vercel.app
www.formik.org
formik.org

Please sign in to comment.