Skip to content

Commit

Permalink
Fixed Github link
Browse files Browse the repository at this point in the history
Now redirects to AsyncAPI Studio
  • Loading branch information
NewMayur authored May 17, 2024
1 parent a4b7fd1 commit 6b3f55a
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 6b3f55a

Please sign in to comment.