diff --git a/frontend/src/components/Modals/Settings/index.jsx b/frontend/src/components/Modals/Settings/index.jsx
index f644c5e1..0814b1d4 100644
--- a/frontend/src/components/Modals/Settings/index.jsx
+++ b/frontend/src/components/Modals/Settings/index.jsx
@@ -6,6 +6,7 @@ import {
Users,
Database,
MessageSquare,
+ Eye,
} from "react-feather";
import ExportOrImportData from "./ExportImport";
import PasswordProtection from "./PasswordProtection";
@@ -14,6 +15,7 @@ import MultiUserMode from "./MultiUserMode";
import useUser from "../../../hooks/useUser";
import VectorDBSelection from "./VectorDbs";
import LLMSelection from "./LLMSelection";
+import paths from "../../../utils/paths";
const TABS = {
llm: LLMSelection,
@@ -130,6 +132,12 @@ function SettingTabs({ selectedTab, changeTab, settings, user }) {
icon={
}
onClick={changeTab}
/>
+
}
+ onClick={() => window.open(paths.appearance())}
+ />
>
)}
diff --git a/frontend/src/components/Sidebar/index.jsx b/frontend/src/components/Sidebar/index.jsx
index 4a074a34..9b3068dd 100644
--- a/frontend/src/components/Sidebar/index.jsx
+++ b/frontend/src/components/Sidebar/index.jsx
@@ -26,8 +26,10 @@ import Discord from "../Icons/Discord";
import useUser from "../../hooks/useUser";
import { userFromStorage } from "../../utils/request";
import { AUTH_TOKEN, AUTH_USER } from "../../utils/constants";
+import useLogo from "../../hooks/useLogo";
export default function Sidebar() {
+ const { logo } = useLogo();
const sidebarRef = useRef(null);
const {
showing: showingSystemSettingsModal,
@@ -50,9 +52,14 @@ export default function Sidebar() {
{/* Header Information */}
-
- AnythingLLM
-
+
+
+
-
- AnythingLLM
-
+
+
+
{/* Header Information */}
-
- AnythingLLM
-
+
+
+