diff --git a/packages/canyon-platform/src/pages/index.tsx b/packages/canyon-platform/src/pages/index.tsx index cda1655e..a14c842b 100644 --- a/packages/canyon-platform/src/pages/index.tsx +++ b/packages/canyon-platform/src/pages/index.tsx @@ -15,6 +15,7 @@ import { Outlet, useLocation, useNavigate } from 'react-router-dom'; import book from '../assets/book.svg'; import logoSvg from '../assets/logo.svg'; +import lightLogoSvg from '../assets/light-logo.svg' import AppFooter from '../components/app/footer.tsx'; import { MeDocument } from '../helpers/backend/gen/graphql.ts'; import { genBreadcrumbItems } from '../layouts/genBreadcrumbItems.tsx'; @@ -132,7 +133,7 @@ function Index() { nav(`/`); }} > - + Canyon @@ -169,7 +170,7 @@ function Index() { }} selectedKeys={[selectedKey]} items={items} - className={''} + className={'dark:bg-[#151718]'} style={{ flex: '1' }} /> @@ -191,7 +192,7 @@ function Index() { } mainContent={ -