Skip to content

Commit fb1aa49

Browse files
committed
updated with-auth example
1 parent c3e6af1 commit fb1aa49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/with-auth/src/components

examples/with-auth/src/components/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useSession } from "~/lib/Context";
44

55
export default function Nav() {
66
const { signedIn, signOut } = useSession();
7-
const isHome = useMatch(() => "/index");
7+
const isHome = useMatch(() => "/");
88
const isAbout = useMatch(() => "/about");
99

1010
return (

0 commit comments

Comments
 (0)