Skip to content

Commit

Permalink
fix connection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Sep 11, 2024
1 parent e55d427 commit 255b0b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions app/projects/agent_vs_script/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client"

import Image from "next/image";
import Link from "next/link";
import CoverImage from "../components";
Expand Down
6 changes: 3 additions & 3 deletions components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const components: { title: string; href: string; description: string }[] = [
},
{
title: "About Us",
href: "/about",
href: "/sotopia-website/about",
description:
"Learn more about the team behind Sotopia.",
},
Expand Down Expand Up @@ -71,7 +71,7 @@ export function NavigationMenuSotopia() {
<ListItem href="/sotopia-website/projects/sotopia-pi" title="Sotopia-π">
Training socially-intelligent agents in Sotopia.
</ListItem>
<ListItem href="/sotopia-website/projects/agent_vs_script/" title="Agents Vs Script">
<ListItem href="/sotopia-website/projects/agent_vs_script" title="Agents Vs Script">
Realistic social simulations require information asymmetry.
</ListItem>
</ul>
Expand All @@ -94,7 +94,7 @@ export function NavigationMenuSotopia() {
</NavigationMenuContent>
</NavigationMenuItem>
<NavigationMenuItem>
<Link href="/docs" legacyBehavior passHref>
<Link href="https://docs.sotopia.world/" legacyBehavior passHref>
<NavigationMenuLink className={navigationMenuTriggerStyle()}>
Documentation
</NavigationMenuLink>
Expand Down

0 comments on commit 255b0b0

Please sign in to comment.