Fix margin between items in Welcome > Links (#1742)

This commit is contained in:
Julien Ma 2024-03-10 21:14:49 +01:00 committed by GitHub
parent 3683d4c1df
commit 80142dbfcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>