Skip to content

Commit

Permalink
feat: Merge branch 'feature/new-nav' into feat/mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Feb 19, 2024
2 parents 3b32fe0 + c014bc9 commit 7a7b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const mulish = Mulish({
});

import { ToastContainer } from "react-toastify";
import Navbar from "components/navbar/Navbar";
import Navbar from "components/navbar/navbar";

type RootLayoutProps = {
children: ReactNode;
Expand Down

0 comments on commit 7a7b6a2

Please sign in to comment.