Skip to content

Commit

Permalink
ct
Browse files Browse the repository at this point in the history
  • Loading branch information
memoriaXII committed Mar 17, 2024
1 parent 78747ed commit e0d742e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
import "./index.css";

const navigation = [
{ name: "Algorithm", href: "/docs/intro" },
{ name: "Javascript", href: "/docs/intro" },
{ name: "About", href: "/docs/intro" },
];
// const navigation = [
// { name: "Algorithm", href: "/docs/intro" },
// { name: "Javascript", href: "/docs/intro" },
// { name: "About", href: "/docs/intro" },
// ];

export default function Home() {
const [mobileMenuOpen, setMobileMenuOpen] = useState(false);
Expand Down Expand Up @@ -65,11 +65,11 @@ export default function Home() {
</button>
</div>
<div className="hidden lg:flex lg:gap-x-12">
{navigation.map((item) => (
{/* {navigation.map((item) => (
<Link key={item.name} href={item.href} className="-m-1.5 p-1.5">
{item.name}
</Link>
))}
))} */}
</div>
<div className="hidden lg:flex lg:flex-1 lg:justify-end">
<a
Expand Down

0 comments on commit e0d742e

Please sign in to comment.