diff --git a/web/src/screens/Base.tsx b/web/src/screens/Base.tsx index 11baa1b..020a591 100644 --- a/web/src/screens/Base.tsx +++ b/web/src/screens/Base.tsx @@ -1,8 +1,8 @@ import { Fragment } from "react"; import { Link, NavLink, Outlet } from "react-router-dom"; import { Disclosure, Menu, Transition } from "@headlessui/react"; -import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; -import { Bars3Icon, ChevronDownIcon, XMarkIcon } from "@heroicons/react/24/outline"; +import { BookOpenIcon, UserIcon } from "@heroicons/react/24/solid"; +import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/outline"; import { AuthContext } from "../utils/Context"; @@ -77,7 +77,7 @@ export default function Base() { )} > Docs -