From 1efc757eb431dbf393028a38e440f14d265d398b Mon Sep 17 00:00:00 2001 From: Delirium Date: Fri, 5 Apr 2024 17:43:55 +0200 Subject: [PATCH] fix ui: fix beta tag (#2045) --- frontend/app/components/Client/Sites/Sites.tsx | 2 +- .../Session/Player/MobilePlayer/MobilePlayerSubheader.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Client/Sites/Sites.tsx b/frontend/app/components/Client/Sites/Sites.tsx index 4d2aae237..d4ef04aae 100644 --- a/frontend/app/components/Client/Sites/Sites.tsx +++ b/frontend/app/components/Client/Sites/Sites.tsx @@ -77,7 +77,7 @@ const Sites = ({ loading, sites, user, init }: PropsFromRedux) => { {project.host}
- {project.platform === 'web' ? null : iOS BETA} + {project.platform === 'web' ? null : MOBILE BETA}
diff --git a/frontend/app/components/Session/Player/MobilePlayer/MobilePlayerSubheader.tsx b/frontend/app/components/Session/Player/MobilePlayer/MobilePlayerSubheader.tsx index ac7065c61..0eb3090ef 100644 --- a/frontend/app/components/Session/Player/MobilePlayer/MobilePlayerSubheader.tsx +++ b/frontend/app/components/Session/Player/MobilePlayer/MobilePlayerSubheader.tsx @@ -41,7 +41,7 @@ function SubHeader(props: any) { return ( <>
- iOS BETA + MOBILE BETA