diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 9cf2b5f..bd92dc3 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -2,6 +2,7 @@ import React, { useState, useRef, useEffect } from 'react'; import { useLocation } from 'react-router-dom'; import { Menu, X } from 'lucide-react'; import { Sidebar } from './Sidebar'; +import { Logo } from './Logo'; import { UploadStatus } from './UploadStatus'; import type { Collection } from '../types'; import clsx from 'clsx'; @@ -89,16 +90,22 @@ export const Layout: React.FC = ({ {isMobile ? (
-
+
+ +
+ + ExcaliDash + BETA +
diff --git a/frontend/src/pages/Editor.tsx b/frontend/src/pages/Editor.tsx index c685912..b023761 100644 --- a/frontend/src/pages/Editor.tsx +++ b/frontend/src/pages/Editor.tsx @@ -827,7 +827,7 @@ export const Editor: React.FC = () => {
@@ -945,8 +945,8 @@ export const Editor: React.FC = () => {
{loadError ? (