From a1753bce13041e0730a5d769675bc86718c6f58c Mon Sep 17 00:00:00 2001 From: Robin Monnier Date: Fri, 4 Oct 2024 16:01:50 +0200 Subject: [PATCH] feat: add link to linkedin and tchap for agents (#1250) --- components/feedback-modal/feedback-form.tsx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/components/feedback-modal/feedback-form.tsx b/components/feedback-modal/feedback-form.tsx index 96a56c5f8..4a63effb0 100644 --- a/components/feedback-modal/feedback-form.tsx +++ b/components/feedback-modal/feedback-form.tsx @@ -1,7 +1,7 @@ 'use client'; -import { useRef, useState } from 'react'; import { HeightTransition } from '#components-ui/animation/height-transition'; import '#components-ui/floating-modal/style.module.css'; +import { useRef, useState } from 'react'; import { sendFeedback } from './actions'; import FeedbackMessage from './feedback-message'; import styles from './style.module.css'; @@ -78,6 +78,25 @@ export default function FeedbackForm({ onSubmit, agentContactInfo }: IProps) { /> +

+ Retrouvez-nous et posez-nous vos questions sur{' '} + + Tchap + {' '} + et sur{' '} + + LinkedIn + + . +

{type && }