Skip to content

Commit 70f0c70

Browse files
committed
🚩(frontend) remove "Available soon" tag about multipage
Multipage is available now, so we remove the "Available soon" tag from the home page.
1 parent ca2e028 commit 70f0c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/home/components/HomeContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export function HomeContent() {
221221
}
222222
title={t('A new way to organize knowledge.')}
223223
tag={t('Organize')}
224-
availableSoon={true}
224+
availableSoon={false}
225225
description={t(
226226
'Docs transforms your documents into knowledge bases thanks to subpages, powerful search and the ability to pin your important documents.',
227227
)}

0 commit comments

Comments
 (0)