Client: Fix navigateToDocspace is not defined

This commit is contained in:
Alexey Safronov 2024-06-17 15:05:15 +04:00
parent f1f38ca671
commit 92c2ab920b

View File

@ -146,7 +146,7 @@ const PortalIntegration = (props) => {
title: PRODUCT_NAME,
description: t("PortalDescription", { productName: PRODUCT_NAME }),
image: theme.isBase ? PortalImg : PortalImgDark,
handleOnClick: navigateToDocspace,
handleOnClick: navigateToPortal,
},
{
title: t("Common:PublicRoom"),