From becc7a7930b0dbbc0117ddc24194c8cde09bb86b Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Fri, 14 Jul 2023 15:17:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Remove=20beta=20badge=20(#751)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/layouts/standard-layout.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/web/src/components/layouts/standard-layout.tsx b/apps/web/src/components/layouts/standard-layout.tsx index 1366dcfed..db1e83f1a 100644 --- a/apps/web/src/components/layouts/standard-layout.tsx +++ b/apps/web/src/components/layouts/standard-layout.tsx @@ -89,9 +89,6 @@ const Logo = () => { > {isBusy ? : null} -
- Beta -
); };