Skip to content

Commit 6287be6

Browse files
committed
style: github-friendly logo display
1 parent 8f5e651 commit 6287be6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<center>
22

3-
<img src="cover.png" alt="react-netlify-forms" title="react-netlify-forms" style="padding:1rem 0.5rem 0rem 0.5rem; max-height:140px;" />
3+
<h1 style="display:none;">react-netlify-forms</h1>
44

55
> Netlify Forms as component or hook with default form handlers. Honeypot fields and reCAPTCHA are included as ready-to-use components.
66

example/src/images/favicon.png

34 Bytes
Loading

example/src/pages/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
import Readme from '../../README.md'
22

3+
<center>
4+
<img
5+
src='cover.png'
6+
alt='react-netlify-forms'
7+
title='react-netlify-forms'
8+
style='padding:1rem 0.5rem 0rem 0.5rem; max-height:140px;'
9+
/>
10+
</center>
11+
312
<Readme />

0 commit comments

Comments
 (0)