Skip to content

Commit

Permalink
fix: dashboard improvement (#1108)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra Quetzalli <[email protected]>
  • Loading branch information
KhudaDad414 and quetzalliwrites authored Nov 17, 2022
1 parent 14a3198 commit 1a7bed8
Show file tree
Hide file tree
Showing 3 changed files with 951 additions and 3 deletions.
2 changes: 2 additions & 0 deletions components/dashboard/Header.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Button from '../buttons/Button';
import GithubButton from '../buttons/GithubButton';
import SlackButton from '../buttons/SlackButton';

Expand All @@ -15,6 +16,7 @@ export default function Header() {
</div>
</div>
<div className="self-end flex gap-x-4">
<Button text='Contribution Guide' href='https://github.com/asyncapi?type=source#-contribute-to-asyncapi' target='_blank'/>
<GithubButton className="mt-5 lg:mt-0" />
<SlackButton className="mt-5 lg:mt-0" />
</div>
Expand Down
Loading

0 comments on commit 1a7bed8

Please sign in to comment.