File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from '@wordpress/pri
2828import { Suspense , lazy , useCallback , useState } from 'react' ;
2929import ReaderIcon from 'calypso/assets/icons/reader/reader-icon' ;
3030import { useExperiment } from 'calypso/lib/explat' ;
31+ import { wpcomLink } from '../../utils/link' ;
3132import { useAnalytics } from '../analytics' ;
3233import { useAuth } from '../auth' ;
3334import { 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 /> }
You can’t perform that action at this time.
0 commit comments