diff --git a/src/components/Hilghlights.tsx b/src/components/Highlights.tsx similarity index 100% rename from src/components/Hilghlights.tsx rename to src/components/Highlights.tsx diff --git a/src/components/MobileBar.tsx b/src/components/MobileBar.tsx index a2ccf31..01bfe82 100644 --- a/src/components/MobileBar.tsx +++ b/src/components/MobileBar.tsx @@ -1,4 +1,4 @@ -import { Heart, Home, PlusSquare, Search, User } from 'lucide-react'; +import { Compass, Heart, Home, PlusSquare, User } from 'lucide-react'; import React from 'react'; import { Link } from 'react-router-dom'; @@ -12,13 +12,15 @@ const NavItem = ({ icon }: NavItemProps) => ( ); -const BottomBar = () => { +const MobileBar = () => { return (