diff --git a/.gitignore b/.gitignore index 6470a38..6c6e5ab 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,7 @@ dist firestore* # VS Code Configuration -.vscode \ No newline at end of file +.vscode + +# IntelliJ Config +.idea/ diff --git a/projects/mybyte/components/navbar.tsx b/projects/mybyte/components/navbar.tsx index 317dfc4..52d5ee5 100644 --- a/projects/mybyte/components/navbar.tsx +++ b/projects/mybyte/components/navbar.tsx @@ -79,9 +79,9 @@ const Navbar = ({ children }: { children: React.ReactNode }) => { " overflow-y-auto font-inter" } > -