diff --git a/dashboard-frontend/index.html b/dashboard-frontend/index.html index 8066e01..f34f295 100644 --- a/dashboard-frontend/index.html +++ b/dashboard-frontend/index.html @@ -2,7 +2,7 @@ - + MeshAI Dashboard diff --git a/dashboard-frontend/public/meshai-icon.png b/dashboard-frontend/public/meshai-icon.png new file mode 100644 index 0000000..ef05a19 Binary files /dev/null and b/dashboard-frontend/public/meshai-icon.png differ diff --git a/dashboard-frontend/public/meshai-logo.png b/dashboard-frontend/public/meshai-logo.png new file mode 100644 index 0000000..2bd667d Binary files /dev/null and b/dashboard-frontend/public/meshai-logo.png differ diff --git a/dashboard-frontend/src/components/Layout.tsx b/dashboard-frontend/src/components/Layout.tsx index 07d7499..07fa702 100644 --- a/dashboard-frontend/src/components/Layout.tsx +++ b/dashboard-frontend/src/components/Layout.tsx @@ -93,15 +93,14 @@ export default function Layout({ children }: LayoutProps) { {/* Sidebar */}