diff --git a/src/components/Navbar.jsx b/src/components/NavBar.jsx similarity index 97% rename from src/components/Navbar.jsx rename to src/components/NavBar.jsx index c6c8024..11064e0 100644 --- a/src/components/Navbar.jsx +++ b/src/components/NavBar.jsx @@ -30,7 +30,7 @@ import OpenFestLogo from './openfest/openfest-logo.svg'; const open = true; -const Navbar = async ({ lang }) => { +const NavBar = async ({ lang }) => { const dictionary = await getDictionary(lang); return ( @@ -87,4 +87,4 @@ const Navbar = async ({ lang }) => { ); }; -export default Navbar; +export default NavBar;