Skip to content

Commit d2d3570

Browse files
committed
fix(navbar): remove external link to Medium membership from ProfileShortcut
1 parent f857b1a commit d2d3570

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/components/ui/NewNavbar.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,6 @@ const ProfileShortcut = ({ profile, refreshAuthenticatedProfile }: ProfileShortc
303303
external: true,
304304
},
305305
{ label: 'library', href: '/me' },
306-
{
307-
label: 'Become a Medium member',
308-
href: 'https://medium.com/membership',
309-
external: true,
310-
},
311306
{
312307
label: 'Apply to the Partner Program',
313308
href: '/apply/author',

0 commit comments

Comments
 (0)