Skip to content

Commit

Permalink
fix:docs banner path (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Nov 15, 2023
1 parent fc0c3f6 commit fa3f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/src/components/NavBanner/index.tsx
Expand Up @@ -16,7 +16,7 @@ export default function NavBanner({
};

const goDetail = () => {
window.open(`https://seaos.run`);
window.open(`https://sealos.run`);
};

useEffect(() => {
Expand Down

0 comments on commit fa3f041

Please sign in to comment.