Skip to content

Commit

Permalink
Fixed Issue asyncapi#1100 about Github link (asyncapi#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewMayur authored and KhudaDad414 committed Jun 4, 2024
1 parent 352c4eb commit 6adeb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/components/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Toolbar: React.FunctionComponent<ToolbarProps> = () => {
</a>
</li>
<li className="text-xl ml-2 opacity-75 hover:opacity-100">
<a href='https://github.com/asyncapi' title='AsyncAPI Github Organization' target='_blank' rel="noreferrer">
<a href='https://github.com/asyncapi/studio' title='AsyncAPI Studio Github Repository' target='_blank' rel="noreferrer">
<IoLogoGithub />
</a>
</li>
Expand Down

0 comments on commit 6adeb15

Please sign in to comment.