From ee3b54b373407f63ece3e73afc0e1690e722bd20 Mon Sep 17 00:00:00 2001 From: izzy Date: Fri, 25 Jul 2025 20:34:45 +0100 Subject: [PATCH] docs: shorten age gate message --- src/components/common/AgeGate.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/common/AgeGate.tsx b/src/components/common/AgeGate.tsx index 16a6ec88..a7e7e372 100644 --- a/src/components/common/AgeGate.tsx +++ b/src/components/common/AgeGate.tsx @@ -100,19 +100,9 @@ export default observer((props: Props) => { {geoBlock.isAgeRestrictedGeo ? (
- This content is not available in your country. - {geoBlock.countryCode === "GB" && ( - <> -
-
- Ofcom sets a legal requirement for platforms to - verify the age of users to access age restricted - content. Revolt neither has the ability to implement - nor currently intends to implement these measures as - the current available solutions come with privacy - and cost concerns. - - )} + {geoBlock.countryCode === "GB" + ? "This channel is not available in your region while we review options on legal compliance." + : "This content is not available in your region."}
) : ( <>