feat: add correct url for group v1 banner deprecated

pull/3281/head
Audric Ackermann 3 months ago
parent 911d3883f4
commit 3bebb3ef7f
No known key found for this signature in database

@ -667,7 +667,7 @@ function OutdatedLegacyGroupBanner(props: {
<NoticeBanner
text={window.i18n('groupLegacyBanner', { date: '[Date]' })} // Remove after QA
onBannerClick={() => {
showLinkVisitWarningDialog('https://getsession.org/blog/session-groups-v2', dispatch);
showLinkVisitWarningDialog('https://getsession.org/groups', dispatch);
}}
icon="externalLink"
dataTestId="legacy-group-banner"

Loading…
Cancel
Save