From 238bb1536479a77ca09c2bdb822e09d37ed49413 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Wed, 2 Oct 2024 10:28:44 +0800 Subject: [PATCH] Use config for URLs (#1015) Signed-off-by: Aaron Chong --- packages/dashboard/src/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashboard/src/app.tsx b/packages/dashboard/src/app.tsx index bd80c7b9b..065af8be6 100644 --- a/packages/dashboard/src/app.tsx +++ b/packages/dashboard/src/app.tsx @@ -57,8 +57,8 @@ const tasksWorkspace: InitialWindow[] = [ export default function App() { return (