Skip to content

Commit 0d95f99

Browse files
authored
MSD: fix Reader link to point to wp.com (#107594)
1 parent 18b3956 commit 0d95f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/dashboard/app/secondary-menu/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
2828
import { Suspense, lazy, useCallback, useState } from 'react';
2929
import ReaderIcon from 'calypso/assets/icons/reader/reader-icon';
3030
import { useExperiment } from 'calypso/lib/explat';
31+
import { wpcomLink } from '../../utils/link';
3132
import { useAnalytics } from '../analytics';
3233
import { useAuth } from '../auth';
3334
import { useAppContext } from '../context';
@@ -352,7 +353,7 @@ function SecondaryMenu() {
352353
icon={ <ReaderIcon /> }
353354
label={ __( 'Reader' ) }
354355
text={ isDesktop ? __( 'Reader' ) : undefined }
355-
href="/reader"
356+
href={ wpcomLink( '/reader' ) }
356357
/>
357358
) }
358359
{ supports.help && <Help /> }

0 commit comments

Comments
 (0)