Skip to content

Commit 4383603

Browse files
author
Maximiliano
authored
feat(): add link to docs (#12)
1 parent d7e5509 commit 4383603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/frontend/app/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function Header({ className, appName, appLink }: Props) {
2424
</div>
2525

2626
<nav className="flex items-center gap-8">
27-
<NavLink to="/docs">Docs</NavLink>
27+
<NavLink to="https://telchar.txpipe.io" target="_blank" rel="noreferrer">Docs</NavLink>
2828
<NavLink to="/support">Support</NavLink>
2929
<MenuGridIcon />
3030
</nav>

0 commit comments

Comments
 (0)