File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/components/navigation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import HomeSubMenu from "@/app/components/navigation/HomeSubMenu";
1515import DataSubMenu from "@/app/components/navigation/DataSubMenu" ;
1616import EvalSubMenu from "@/app/components/navigation/EvalSubMenu" ;
1717
18+ import { CgFileDocument } from "react-icons/cg" ;
19+
1820import { CgWebsite } from "react-icons/cg" ;
1921import { IoNewspaperOutline } from "react-icons/io5" ;
2022import { FaGithub } from "react-icons/fa" ;
@@ -47,7 +49,6 @@ import {
4749} from "@/components/ui/dropdown-menu" ;
4850import SettingsSubMenu from "./SettingsSubMenu" ;
4951import { RouterContext } from "../contexts/RouterContext" ;
50- import { SiDocsify } from "react-icons/si" ;
5152import { CollectionContext } from "../contexts/CollectionContext" ;
5253import { SessionContext } from "../contexts/SessionContext" ;
5354import packageJson from "../../../package.json" ;
@@ -192,7 +193,7 @@ const SidebarComponent: React.FC = () => {
192193 className = "w-full justify-start items-center"
193194 onClick = { ( ) => openNewTab ( "https://weaviate.github.io/elysia/" ) }
194195 >
195- < SiDocsify />
196+ < CgFileDocument />
196197 < span > Documentation</ span >
197198 </ SidebarMenuButton >
198199 </ SidebarMenuItem >
You can’t perform that action at this time.
0 commit comments