Skip to content

Commit

Permalink
revert DocsMenu change
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Dec 18, 2024
1 parent b817828 commit 36cc2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Navigation/DocsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { type FC } from 'react';
import XIcon from '~icons/material-symbols/close';
import MenuIcon from '~icons/material-symbols/menu';

type Page = MDXInstance<Record<string, unknown>>;
type Page = MDXInstance<Record<string, any>>; // eslint-disable-line @typescript-eslint/no-explicit-any -- TODO(#3451) use a proper type

interface DocsMenuProps {
docsPages: Page[];
Expand Down

0 comments on commit 36cc2d4

Please sign in to comment.