♻️(frontend) remove Tchap support
Tchap is no longer relevant due to the integration of Crisp. The Tchap channel will be deleted.
This commit is contained in:
committed by
aleb_the_flash
parent
90c88a8bd3
commit
3f0378aada
@@ -2,7 +2,6 @@ import { menuItemRecipe } from '@/primitives/menuItemRecipe'
|
|||||||
import {
|
import {
|
||||||
RiAccountBoxLine,
|
RiAccountBoxLine,
|
||||||
RiFeedbackLine,
|
RiFeedbackLine,
|
||||||
RiQuestionLine,
|
|
||||||
RiSettings3Line,
|
RiSettings3Line,
|
||||||
} from '@remixicon/react'
|
} from '@remixicon/react'
|
||||||
import { MenuItem, Menu as RACMenu, Section } from 'react-aria-components'
|
import { MenuItem, Menu as RACMenu, Section } from 'react-aria-components'
|
||||||
@@ -38,14 +37,6 @@ export const OptionsMenuItems = ({
|
|||||||
</Section>
|
</Section>
|
||||||
<Separator />
|
<Separator />
|
||||||
<Section>
|
<Section>
|
||||||
<MenuItem
|
|
||||||
href="https://tchap.gouv.fr/#/room/!aGImQayAgBLjSBycpm:agent.dinum.tchap.gouv.fr?via=agent.dinum.tchap.gouv.fr"
|
|
||||||
target="_blank"
|
|
||||||
className={menuItemRecipe({ icon: true })}
|
|
||||||
>
|
|
||||||
<RiQuestionLine size={20} />
|
|
||||||
{t('support')}
|
|
||||||
</MenuItem>
|
|
||||||
<MenuItem
|
<MenuItem
|
||||||
href="https://grist.incubateur.net/o/docs/forms/1YrfNP1QSSy8p2gCxMFnSf/4"
|
href="https://grist.incubateur.net/o/docs/forms/1YrfNP1QSSy8p2gCxMFnSf/4"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user