Skip to content

Commit

Permalink
Fix margin between items in Welcome > Links (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienma committed Mar 10, 2024
1 parent 3683d4c commit 80142db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bruno-app/src/components/Welcome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ const Welcome = () => {
<span className="label ml-2">Documentation</span>
</a>
</div>
<div className="mt-2">
<div className="flex items-center mt-2">
<a href="https://github.com/usebruno/bruno/issues" target="_blank" className="inline-flex items-center">
<IconSpeakerphone size={18} strokeWidth={2} />
<span className="label ml-2">Report Issues</span>
</a>
</div>
<div className="mt-2">
<div className="flex items-center mt-2">
<a href="https://github.com/usebruno/bruno" target="_blank" className="flex items-center">
<IconBrandGithub size={18} strokeWidth={2} />
<span className="label ml-2">GitHub</span>
Expand Down

0 comments on commit 80142db

Please sign in to comment.