Skip to content

Commit

Permalink
fix: fixed the heights of buttons on tools/generator page (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored Mar 1, 2024
1 parent d2899a3 commit 8a0cb29
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 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 w-full sm:w-auto"/>
</div>
);
}
Expand Down

0 comments on commit 8a0cb29

Please sign in to comment.