Skip to content

Commit b0c67bd

Browse files
authored
fix: add missing space in sponsor section (#1554)
1 parent ea04243 commit b0c67bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/index.page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ const Home = (props: any) => {
582582
className='border-b border-black dark:border-white'
583583
>
584584
sponsor
585-
</a>
585+
</a>{' '}
586586
or a{' '}
587587
<a
588588
href='https://json-schema.org/overview/sponsors#benefits-of-being-an-individual-backer'
@@ -592,6 +592,7 @@ const Home = (props: any) => {
592592
</a>{' '}
593593
.
594594
</p>
595+
595596
<p className='w-5/6 lg:w-3/5 mx-auto'>
596597
<a
597598
href='https://opencollective.com/json-schema'

0 commit comments

Comments
 (0)