Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek committed Dec 19, 2024
1 parent 2251d52 commit fda6be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/tools/generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function renderButtons(): JSX.Element {
export default function GeneratorPage() {
const description = 'Generate documentation, code, and more out of your AsyncAPI files with the Generator.';
const image = '/img/social/generator-card.jpg';
const generatorimage='/img/diagrams/generator.png';
const generatorimage = '/img/diagrams/generator.png';

return (
<GenericLayout title='Generator' description={description} image={image} wide>
<div className='overflow-hidden py-12'>
Expand All @@ -52,8 +53,7 @@ export default function GeneratorPage() {
Docs, Code, Anything!
</Heading>
<Paragraph className='mt-4'>{description}</Paragraph>
<img src={generatorimage} alt="generator" className=' mx-auto h-auto w-1/2 object-cover' />

<img src={generatorimage} alt='generator' className=' mx-auto h-auto w-1/2 object-cover' />
</div>

<div className='relative mt-12 lg:mt-20 lg:grid lg:grid-cols-2 lg:items-center lg:gap-8'>
Expand Down

0 comments on commit fda6be2

Please sign in to comment.