diff --git a/frontend/src/app/components/icons/ellipsis.jsx b/frontend/src/app/components/icons/ellipsis.jsx index f30cf0b..6461688 100644 --- a/frontend/src/app/components/icons/ellipsis.jsx +++ b/frontend/src/app/components/icons/ellipsis.jsx @@ -1,11 +1,6 @@ import React from "react"; -const ellipsis = ({ - width = "24", - height = "24", - color = "#858699", - style, -}) => { +const ellipsis = ({ width = "24", height = "24", style }) => { return ( ); diff --git a/frontend/src/app/components/navbar/navright/Profile.jsx b/frontend/src/app/components/navbar/navright/Profile.jsx index fff1cda..107b235 100644 --- a/frontend/src/app/components/navbar/navright/Profile.jsx +++ b/frontend/src/app/components/navbar/navright/Profile.jsx @@ -41,7 +41,10 @@ const Profile = () => { {/* Mobile Ellipsis */} {isMobile && ( -