Skip to content

Commit

Permalink
website/src/pages/home: fix code space
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Jan 18, 2024
1 parent ca747f0 commit 7932745
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ const Page = ({ clients }: InferGetStaticPropsType<typeof getStaticProps>) => (
</Button>
</div>
}

image={<CodeTabs />}
image={
<div className='w-full shrink-0 grow'>
<CodeTabs />
</div>
}
heading={
<div className=''>
Generate an SDK <br /> for any GraphQL API
Expand Down

1 comment on commit 7932745

@vercel
Copy link

@vercel vercel bot commented on 7932745 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

genql – ./

genql-git-master-gang.vercel.app
genql.vercel.app
genql-gang.vercel.app
genql.dev
www.genql.dev

Please sign in to comment.