Skip to content

Commit

Permalink
Merge pull request #35 from popey/fix-demos-link
Browse files Browse the repository at this point in the history
Fix navigation typo - fixes #34
  • Loading branch information
shanghaikid authored Oct 31, 2023
2 parents 09c4038 + b6bff1b commit ebd0227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/commonComponents/header/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const MENU = [
},
{
label: "Demo",
href: !isExternal ? "/milvus-demos" : "https://milvus.io/milus-demos",
href: !isExternal ? "/milvus-demos" : "https://milvus.io/milvus-demos",
isExternal: isExternal,
},
{
Expand Down

0 comments on commit ebd0227

Please sign in to comment.