mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-26 00:29:11 +01:00
Fix margin between items in Welcome > Links (#1742)
This commit is contained in:
parent
3683d4c1df
commit
80142dbfcd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user