Fix incorrect filename of NavBar component
This commit is contained in:
parent
0f2e1373c2
commit
cbd213da21
|
@ -30,7 +30,7 @@ import OpenFestLogo from './openfest/openfest-logo.svg';
|
||||||
|
|
||||||
const open = true;
|
const open = true;
|
||||||
|
|
||||||
const Navbar = async ({ lang }) => {
|
const NavBar = async ({ lang }) => {
|
||||||
const dictionary = await getDictionary(lang);
|
const dictionary = await getDictionary(lang);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -87,4 +87,4 @@ const Navbar = async ({ lang }) => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Navbar;
|
export default NavBar;
|
Loading…
Reference in New Issue