diff --git a/src/components/TopBar/index.tsx b/src/components/TopBar/index.tsx index 03e65ce4a..2585c3cdc 100644 --- a/src/components/TopBar/index.tsx +++ b/src/components/TopBar/index.tsx @@ -12,7 +12,7 @@ import { Power, ChevronDown, ChevronLeft, - House, + LayoutGrid, Share, } from "lucide-react"; import "./index.css"; @@ -253,7 +253,7 @@ function HeaderWin() { className="no-drag" onClick={() => navigate("/history")} > - + + ); diff --git a/utils/__pycache__/__init__.cpython-310.pyc b/utils/__pycache__/__init__.cpython-310.pyc index 10d1d4a69..744ca18d8 100644 Binary files a/utils/__pycache__/__init__.cpython-310.pyc and b/utils/__pycache__/__init__.cpython-310.pyc differ diff --git a/utils/__pycache__/traceroot_wrapper.cpython-310.pyc b/utils/__pycache__/traceroot_wrapper.cpython-310.pyc index d695ee21d..b86cd68b6 100644 Binary files a/utils/__pycache__/traceroot_wrapper.cpython-310.pyc and b/utils/__pycache__/traceroot_wrapper.cpython-310.pyc differ