Skip to content

Commit 84f76fa

Browse files
authored
Fixed Issue #1100 about Github link (#1102)
1 parent a4b7fd1 commit 84f76fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/src/components/Toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const Toolbar: React.FunctionComponent<ToolbarProps> = () => {
2727
</a>
2828
</li>
2929
<li className="text-xl ml-2 opacity-75 hover:opacity-100">
30-
<a href='https://github.com/asyncapi' title='AsyncAPI Github Organization' target='_blank' rel="noreferrer">
30+
<a href='https://github.com/asyncapi/studio' title='AsyncAPI Studio Github Repository' target='_blank' rel="noreferrer">
3131
<IoLogoGithub />
3232
</a>
3333
</li>

0 commit comments

Comments
 (0)