Skip to content

Commit

Permalink
fix: unresponsive button at the tools/generator page linked issue #2464
Browse files Browse the repository at this point in the history
… (#2715)

Co-authored-by: Akshat Nema <[email protected]>%0ACo-authored-by: Ansh Goyal <[email protected]>
  • Loading branch information
AbhishekCS3459 and anshgoyalevil authored Mar 1, 2024
1 parent 1a17111 commit d2899a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tools/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function GeneratorPage() {
className="w-full sm:w-auto"
href="https://www.github.com/asyncapi/generator"
/>
<Button text="View Docs" href="/docs/tools/generator" className="ml-2 block mt-2 md:mt-0 md:inline-block w-full sm:w-auto"/>
<Button text="View Docs" href="/docs/tools/generator" className="ml-2 mt-2 md:mt-0 md:inline-block w-full sm:w-auto"/>
</div>
);
}
Expand Down

0 comments on commit d2899a3

Please sign in to comment.