cleaning up the carbon mess and adding mui again

This commit is contained in:
talksik
2022-05-01 08:51:06 -05:00
parent fac5a0293a
commit a830ab006a
13 changed files with 343 additions and 196 deletions
@@ -2,7 +2,7 @@ import { Header, HeaderName } from "carbon-components-react";
import { useEffect, useMemo, useRef, useState } from "react";
import { Avatar } from "antd";
import { Button } from "@carbon/react";
import Button from "@mui/material/Button";
import Logo from "../Logo";
import { useGetUserDetails } from "../../controller/index";
@@ -30,9 +30,7 @@ export default function NirvanaHeader() {
<Logo type="small" className="scale-[0.2]" />
<div className="ml-auto">
<Button size="sm" kind="ghost">
flow state
</Button>
<Button>flow state</Button>
</div>
<video