File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments