1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 16:05:33 -04:00

Revert "bump next & use legacy next/router"

This reverts commit ddb0843bac.
This commit is contained in:
2022-11-03 15:13:29 -04:00
parent ddb0843bac
commit 670dc1b6e2
6 changed files with 220 additions and 220 deletions

View File

@@ -41,7 +41,7 @@ const Item = styled("li", {
export type MenuProps = ComponentProps<typeof Wrapper>;
const Menu = ({ ...rest }: MenuProps) => {
const router = useRouter(true);
const router = useRouter();
return (
<Wrapper {...rest}>