Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/JsonEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ export default function JsonEditor({
width={20}
height={20}
title='Copied!'
loading='lazy'
/>
) : (
<Image
Expand All @@ -456,6 +457,7 @@ export default function JsonEditor({
title='Copy to clipboard'
width={20}
height={20}
loading='lazy'
/>
)}
</Button>
Expand Down Expand Up @@ -536,6 +538,7 @@ export default function JsonEditor({
width={20}
height={20}
title='Copied!'
loading='lazy'
/>
) : (
<Image
Expand All @@ -544,6 +547,7 @@ export default function JsonEditor({
title='Copy to clipboard'
width={20}
height={20}
loading='lazy'
/>
)}
</Button>
Expand All @@ -561,6 +565,7 @@ export default function JsonEditor({
width={16}
height={16}
className=' mr-1.5'
loading='lazy'
/>{' '}
part of schema
</>
Expand All @@ -575,6 +580,7 @@ export default function JsonEditor({
width={16}
height={16}
className=' mr-1.5'
loading='lazy'
/>{' '}
schema
</>
Expand Down Expand Up @@ -732,6 +738,7 @@ export default function JsonEditor({
width={16}
height={16}
className=' mr-2'
loading='lazy'
/>
not compliant to schema
</Alert>
Expand All @@ -748,6 +755,7 @@ export default function JsonEditor({
width={20}
height={20}
className='mr-2'
loading='lazy'
/>
compliant to schema
</Alert>
Expand Down
7 changes: 7 additions & 0 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ const Footer = () => (
height={100}
alt='logo-white'
className='mb-6'
loading='lazy'
/>
<div className='flex flex-col text-center sm:text-left'>
<a
Expand Down Expand Up @@ -374,6 +375,7 @@ const Footer = () => (
height={16}
className=' mr-2'
alt='Slack logo'
loading='lazy'
/>
Slack
</a>
Expand All @@ -389,6 +391,7 @@ const Footer = () => (
height={16}
className=' mr-2'
alt='X logo'
loading='lazy'
/>{' '}
X
</a>
Expand All @@ -404,6 +407,7 @@ const Footer = () => (
height={16}
className=' mr-2'
alt='LinkedIn logo'
loading='lazy'
/>
LinkedIn
</a>
Expand All @@ -419,6 +423,7 @@ const Footer = () => (
height={16}
className='mr-2'
alt='YouTube logo'
loading='lazy'
/>
Youtube
</a>
Expand All @@ -434,6 +439,7 @@ const Footer = () => (
height={16}
className='mr-2'
alt='GitHub logo'
loading='lazy'
/>
GitHub
</a>
Expand Down Expand Up @@ -470,6 +476,7 @@ const Logo = () => {
height={48}
className='mr-2'
alt='Dynamic image'
loading='lazy'
/>
</Link>
</div>
Expand Down
21 changes: 21 additions & 0 deletions pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,27 +198,31 @@ const Home = (props: any) => {
alt='zapier'
height={40}
width={160}
loading='lazy'
/>
<Image
src='/img/logos/usedby/microsoft-white.png'
className='w-40 mx-auto'
alt='microsoft'
height={40}
width={160}
loading='lazy'
/>
<Image
src='/img/logos/usedby/postman-white.png'
className='w-40 mx-auto'
alt='postman'
height={40}
width={160}
loading='lazy'
/>
<Image
src='/img/logos/usedby/github-white.png'
className='w-40 mx-auto'
alt='github'
height={40}
width={160}
loading='lazy'
/>
</>
)}
Expand Down Expand Up @@ -322,6 +326,7 @@ const Home = (props: any) => {
alt='community'
height={600}
width={800}
loading='lazy'
/>
</>
)}
Expand Down Expand Up @@ -375,6 +380,7 @@ const Home = (props: any) => {
alt='slack'
height={32}
width={32}
loading='lazy'
/>
</>
)}
Expand All @@ -387,6 +393,7 @@ const Home = (props: any) => {
alt='slack-json-schema'
height={500}
width={300}
loading='lazy'
/>
</>
)}
Expand All @@ -410,6 +417,7 @@ const Home = (props: any) => {
width={16}
height={16}
alt='slack'
loading='lazy'
/>
</>
)}
Expand All @@ -431,6 +439,7 @@ const Home = (props: any) => {
width={600}
height={232}
alt='blog'
loading='lazy'
/>
</>
)}
Expand Down Expand Up @@ -686,6 +695,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='asyncapi'
loading='lazy'
/>
</>
)}
Expand All @@ -703,6 +713,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='airbnb'
loading='lazy'
/>
</>
)}
Expand All @@ -720,6 +731,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='postman'
loading='lazy'
/>
</>
)}
Expand All @@ -733,6 +745,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='endjin'
loading='lazy'
/>
</>
)}
Expand All @@ -746,6 +759,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='llc'
loading='lazy'
/>
</>
)}
Expand All @@ -763,6 +777,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='vpsserver'
loading='lazy'
/>
</>
)}
Expand All @@ -780,6 +795,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='itflashcards'
loading='lazy'
/>
</>
)}
Expand All @@ -797,6 +813,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='route4me'
loading='lazy'
/>
</>
)}
Expand All @@ -810,6 +827,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='n8n'
loading='lazy'
/>
</>
)}
Expand All @@ -823,6 +841,7 @@ const Home = (props: any) => {
width={176}
height={100}
alt='ccopter'
loading='lazy'
/>
</>
)}
Expand Down Expand Up @@ -931,6 +950,7 @@ for Accounting integrations'
width={192}
height={224}
alt='n8n'
loading='lazy'
/>
</>
)}
Expand All @@ -944,6 +964,7 @@ for Accounting integrations'
width={96}
height={128}
alt='slack'
loading='lazy'
/>
</>
)}
Expand Down
1 change: 1 addition & 0 deletions pages/tools/components/ToolingDetailModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default function ToolingDetailModal({
height={48}
width={48}
alt='landscape logos'
loading='lazy'
/>
</div>
)}
Expand Down
Loading