Skip to content

Commit

Permalink
addef generator image
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek committed Dec 19, 2024
1 parent c90b564 commit 2251d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/tools/generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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';
return (
<GenericLayout title='Generator' description={description} image={image} wide>
<div className='overflow-hidden py-12'>
Expand All @@ -52,6 +52,8 @@ 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' />

</div>

<div className='relative mt-12 lg:mt-20 lg:grid lg:grid-cols-2 lg:items-center lg:gap-8'>
Expand Down
Binary file added public/img/diagrams/generator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2251d52

Please sign in to comment.