Skip to content

Commit 1a1a0aa

Browse files
committed
fix prettier error
1 parent fd7dee6 commit 1a1a0aa

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

pages/index.page.tsx

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const Home = (props: any) => {
140140
setAnon_logo('/img/logos/sponsors/anon-white.png');
141141
setSourcemeta_logo('/img/logos/sponsors/sourcemeta-logo-light.svg');
142142
setDottxt_logo('/img/logos/sponsors/dottxt-logo-white.svg');
143-
setDevevents_logo('/img/logos/dark-mode/dev_events_logo.png')
143+
setDevevents_logo('/img/logos/dark-mode/dev_events_logo.png');
144144
} else {
145145
setAsyncapi_logo('/img/logos/sponsors/asyncapi-logo-dark.svg');
146146
setAirbnb_logo('/img/logos/sponsors/airbnb-logo.png');
@@ -160,7 +160,7 @@ const Home = (props: any) => {
160160
setWDA_logo('/img/logos/sponsors/wda.svg');
161161
setAnon_logo('/img/logos/sponsors/anon-black.png');
162162
setSourcemeta_logo('/img/logos/sponsors/sourcemeta-logo-dark.svg');
163-
setDottxt_logo('/img/logos/sponsors/dottxt-logo-dark.svg')
163+
setDottxt_logo('/img/logos/sponsors/dottxt-logo-dark.svg');
164164
}
165165
}, [resolvedTheme]);
166166
return (
@@ -883,18 +883,10 @@ for Accounting integrations'
883883
alt='Instagram Story Viewer'
884884
/>
885885
</a>
886-
<a
887-
href='https://dottxt.ai/'
888-
target='_blank'
889-
rel='noreferrer'
890-
>
891-
<img
892-
src={dottxt_logo}
893-
className=' w-44'
894-
alt='dottxt logo'
895-
/>
886+
<a href='https://dottxt.ai/' target='_blank' rel='noreferrer'>
887+
<img src={dottxt_logo} className=' w-44' alt='dottxt logo' />
896888
</a>
897-
<a
889+
<a
898890
href='https://www.sourcemeta.com/'
899891
target='_blank'
900892
rel='noreferrer'
@@ -931,15 +923,17 @@ for Accounting integrations'
931923
</div>
932924
</section>
933925

934-
{/* Media Partner for JSON Schema conference */}
935-
<section className='my-20'>
926+
{/* Media Partner for JSON Schema conference */}
927+
<section className='my-20'>
936928
<div className='text-center mb-12'>
937929
<h2 className='text-h3mobile md:text-h3 font-semibold mb-2'>
938930
Media Partner
939931
</h2>
940932
<p className='px-12 mx-auto md:w-3/4 md:mx-auto'>
941-
The JSON Schema Conference is proudly featured on a global platform connecting tech communities with over 250k monthly visitors,
942-
helping speakers, organizers, and attendees discover and engage with leading conferences worldwide.
933+
The JSON Schema Conference is proudly featured on a global
934+
platform connecting tech communities with over 250k monthly
935+
visitors, helping speakers, organizers, and attendees discover and
936+
engage with leading conferences worldwide.
943937
<br />
944938
</p>
945939
</div>
@@ -957,7 +951,6 @@ for Accounting integrations'
957951
</>
958952
)}
959953
</a>
960-
961954
</div>{' '}
962955
</section>
963956

0 commit comments

Comments
 (0)