Skip to content

Commit ae165d2

Browse files
committed
docs: point header GitHub link to org
1 parent 1388a27 commit ae165d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Navigation({ dark = false }: NavigationProps) {
2424
<li><Link href="/#features" className="font-mono text-sm hover:underline">Features</Link></li>
2525
<li><Link href="/playground" className="font-mono text-sm hover:underline">Playground</Link></li>
2626
<li><Link href="/docs" className="font-mono text-sm hover:underline">Docs</Link></li>
27-
<li><a href="https://github.com/OmniScriptOSF/omniscript-core" className="font-mono text-sm hover:underline" target="_blank" rel="noopener noreferrer">GitHub</a></li>
27+
<li><a href="https://github.com/OmniScriptOSF" className="font-mono text-sm hover:underline" target="_blank" rel="noopener noreferrer">GitHub</a></li>
2828
<li><a href="https://www.npmjs.com/package/omniscript-cli" className="font-mono text-sm hover:underline" target="_blank" rel="noopener noreferrer">NPM</a></li>
2929
</ul>
3030
</div>

0 commit comments

Comments
 (0)