chore: space ui component revamp and bug fixes (#2980)

* chore: replace space ui component with plane ui component

* fix: space project icon and user pic bug

* chore: code refactor

* fix: profile section navbar fix
This commit is contained in:
Anmol Singh Bhatia 2023-12-05 16:07:25 +05:30 committed by sriram veeraghanta
parent dbc8150852
commit e6eef7eb0b
18 changed files with 62 additions and 262 deletions

View file

@ -6,7 +6,8 @@ import { useRouter } from "next/router";
import { observer } from "mobx-react-lite";
// lib
import { useMobxStore } from "lib/mobx/store-provider";
import { Tooltip } from "components/ui";
// ui
import { Tooltip } from "@plane/ui";
export const IssueVotes: React.FC = observer(() => {
const [isSubmitting, setIsSubmitting] = useState(false);