Skip to content

Commit dae873b

Browse files
committed
fix: pro renew screen roadmap link
1 parent c8e4dad commit dae873b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ts/components/dialog/user-settings/pages/user-pro/ProNonOriginatingPage.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ function ProInfoBlockUpdate() {
284284
}
285285

286286
function ProInfoBlockRenew() {
287+
const dispatch = useDispatch();
287288
const { data } = useProAccessDetails();
288289
return (
289290
<ProInfoBlockLayout
@@ -296,6 +297,9 @@ function ProInfoBlockRenew() {
296297
icon={LUCIDE_ICONS_UNICODE.EXTERNAL_LINK_ICON}
297298
/>
298299
}
300+
descriptionOnClick={() =>
301+
showLinkVisitWarningDialog('https://getsession.org/pro-roadmap', dispatch)
302+
}
299303
subtitleElement={
300304
<ProInfoBlockSectionSubtitle>
301305
{tr('proOptionsTwoRenewalSubtitle')}

0 commit comments

Comments
 (0)