From 52f682e2d7b762e92799abf08008fa3b85676095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C3=96hrlund?= Date: Thu, 7 Sep 2023 18:25:59 +0200 Subject: [PATCH] update Proposals empty state to coming soon --- garage/src/pages/Proposals/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garage/src/pages/Proposals/index.tsx b/garage/src/pages/Proposals/index.tsx index ebecf92e..3abaf6a8 100644 --- a/garage/src/pages/Proposals/index.tsx +++ b/garage/src/pages/Proposals/index.tsx @@ -111,7 +111,7 @@ export const Proposals = () => { /> ))} {proposals?.length === 0 && ( - No proposals created. + Coming soon. )}