diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index 0c21d9e..6c75a12 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -63,524 +63,555 @@ export const Layout = (props: { title: string; children: Child; isUnlocked?: boo export const Dashboard = (props: { isUnlocked: boolean }) => ( -