Skip to content

Commit 3ea27cf

Browse files
committed
chore(docs): update framework suggestions
1 parent 904dee6 commit 3ea27cf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

www/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This component must be used with Server-Side Rendering (SSR) because Netlify
4141
searches for a `data-netlify` attribute on HTML `form` tags to setup their
4242
Forms backend for you.
4343

44-
➡️ _Suggestions for SSR: GatsbyJS, Next.js, react-static_
44+
➡️ _Suggestions for SSR: Astro, Next.js, Remix or Vite_
4545

4646
</Alert>
4747

www/src/content/docs/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ import Readme from '../../../README.md'
77

88
<center>
99
<img
10-
src='logo.png'
11-
alt='react-netlify-forms'
12-
title='react-netlify-forms'
13-
style={{ padding: '1rem 0.5rem 0rem 0.5rem', maxHeight: '140px' }}
10+
src='favicon.png'
11+
alt='react-netlify-forms Logo'
12+
style={{ padding: '1rem 0.5rem 0rem 0.5rem', maxHeight: '120px' }}
1413
/>
1514
</center>
1615

0 commit comments

Comments
 (0)