Skip to content

Commit 7e1a78d

Browse files
committed
Better location of the logo
1 parent aacbfb4 commit 7e1a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const Home = (props: any) => {
245245
<Link href='https://json-schema.org/slack'>
246246
<a id='join-slack' className='inline-flex flex-col flex-1 w-full'>
247247
<div className='w-full mb-6'>
248-
<h3 className='mb-4 font-semibold flex items-center' >Join the JSON Schema<img src='/img/logos/Slack-mark.svg' className='w-8 h-8' />Slack Workspace!</h3>
248+
<h3 className='mb-4 font-semibold flex items-center' >Join the JSON Schema Slack Workspace!<img src='/img/logos/Slack-mark.svg' className='w-8 h-8' /></h3>
249249
<img src='/img/home-page/slack-json-schema.png' className='w-full mb-4' />
250250
{/* <h3 className='mb-4 font-semibold' >Event</h3> */}
251251
<p className='mb-4'>Join our Slack to ask questions, get feedback on your projects, and connect with +5000 practitioners and experts.</p>

0 commit comments

Comments
 (0)