From 97f2a7dd1197345425e33e8e231beffa2387a9ac Mon Sep 17 00:00:00 2001 From: austinchan3678 Date: Tue, 13 Jan 2026 19:38:53 -0800 Subject: [PATCH 1/2] fix overflow --- dashboard/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/Layout.tsx b/dashboard/src/components/Layout.tsx index 5b9ed5e3..2b7d204f 100644 --- a/dashboard/src/components/Layout.tsx +++ b/dashboard/src/components/Layout.tsx @@ -134,7 +134,7 @@ const Layout: React.FC = ({ }} />
{children} From ed98c6ef5879bd28302764eadd3c28af8e5c7aee Mon Sep 17 00:00:00 2001 From: austinchan3678 Date: Mon, 26 Jan 2026 15:52:21 -0800 Subject: [PATCH 2/2] lint --- dashboard/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/Layout.tsx b/dashboard/src/components/Layout.tsx index 2b7d204f..234cf457 100644 --- a/dashboard/src/components/Layout.tsx +++ b/dashboard/src/components/Layout.tsx @@ -134,7 +134,7 @@ const Layout: React.FC = ({ }} />
{children}