mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
misc: remove features page buttons
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
6cc288a2ea
commit
4e3c1ede0e
5 changed files with 2 additions and 47 deletions
|
@ -11,7 +11,6 @@ import { SignOutDropdownButton } from './sign-out-dropdown-button'
|
|||
import Link from 'next/link'
|
||||
import React from 'react'
|
||||
import { Dropdown } from 'react-bootstrap'
|
||||
import { Lightning as IconLightning } from 'react-bootstrap-icons'
|
||||
import { Person as IconPerson } from 'react-bootstrap-icons'
|
||||
import { Trans, useTranslation } from 'react-i18next'
|
||||
|
||||
|
@ -33,12 +32,6 @@ export const UserDropdown: React.FC = () => {
|
|||
</Dropdown.Toggle>
|
||||
|
||||
<Dropdown.Menu className='text-start'>
|
||||
<Link href={'/n/features'} passHref={true} legacyBehavior={true}>
|
||||
<Dropdown.Item dir='auto' {...cypressId('user-dropdown-features-button')}>
|
||||
<UiIcon icon={IconLightning} className='mx-2' />
|
||||
<Trans i18nKey='editor.help.documents.features' />
|
||||
</Dropdown.Item>
|
||||
</Link>
|
||||
<Link href={'/profile'} passHref={true} legacyBehavior={true}>
|
||||
<Dropdown.Item dir='auto' {...cypressId('user-dropdown-profile-button')}>
|
||||
<UiIcon icon={IconPerson} className='mx-2' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue