From 70f0c7052c18817776f5f2c653a31b7783203a8b Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 8 Jul 2025 17:34:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9(frontend)=20remove=20"Available=20?= =?UTF-8?q?soon"=20tag=20about=20multipage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Multipage is available now, so we remove the "Available soon" tag from the home page. --- .../apps/impress/src/features/home/components/HomeContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx b/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx index ae4cdc9a..a34e52fd 100644 --- a/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx +++ b/src/frontend/apps/impress/src/features/home/components/HomeContent.tsx @@ -221,7 +221,7 @@ export function HomeContent() { } title={t('A new way to organize knowledge.')} tag={t('Organize')} - availableSoon={true} + availableSoon={false} description={t( 'Docs transforms your documents into knowledge bases thanks to subpages, powerful search and the ability to pin your important documents.', )}