Skip to content

Commit

Permalink
Merge branch 'master' into toolsPath
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvamsinh28 authored Oct 19, 2024
2 parents d958b29 + 9a1c3a6 commit 8003bff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/if-nodejs-pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: PR testing - if Node project
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
push:
branches: [master]

jobs:
test-nodejs-pr:
Expand Down
10 changes: 3 additions & 7 deletions pages/tools/generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Paragraph from '../../components/typography/Paragraph';
*/
function renderButtons(): JSX.Element {
return (
<div className='mt-8'>
<div className='mt-8 flex flex-wrap gap-4'>
{/* <Button
text="Learn more"
href="/docs/tools/generator"
Expand All @@ -28,14 +28,10 @@ function renderButtons(): JSX.Element {
/> */}
<GithubButton
text='View on Github'
className='w-full sm:w-auto'
className='w-full text-center sm:w-fit sm:text-left'
href='https://www.github.com/asyncapi/generator'
/>
<Button
text='View Docs'
href='/docs/tools/generator'
className='ml-2 mt-2 block w-full sm:w-auto md:mt-0 md:inline-block'
/>
<Button text='View Docs' href='/docs/tools/generator' className='w-full text-center sm:w-fit sm:text-left' />
</div>
);
}
Expand Down

0 comments on commit 8003bff

Please sign in to comment.