diff --git a/src/app/components/NavBar.tsx b/src/app/components/NavBar.tsx index 00bded7..8f35de6 100644 --- a/src/app/components/NavBar.tsx +++ b/src/app/components/NavBar.tsx @@ -5,7 +5,11 @@ import { useState } from 'react'; import { DocsStructure } from '../types/types.js'; import styles from './NavBar.module.css'; -function NavbarDropdown({ version }: { version: string }) { +function VersionsDropdown({ + version, +}: { + version: string; +}) { const versions = { version_001: { name: 'Version 1', @@ -98,7 +102,7 @@ export default function NavBar({