diff --git a/site/source/components/Feedback/Feedback.tsx b/site/source/components/Feedback/Feedback.tsx index 7adb90cd9..f1235bb05 100644 --- a/site/source/components/Feedback/Feedback.tsx +++ b/site/source/components/Feedback/Feedback.tsx @@ -4,7 +4,6 @@ import { useLocation } from 'react-router-dom' import { TrackingContext } from '@/components/ATInternetTracking' import { Popover } from '@/design-system' -import { Button } from '@/design-system/buttons' import { Emoji } from '@/design-system/emoji' import { Spacing } from '@/design-system/layout' import { Strong } from '@/design-system/typography' @@ -110,7 +109,9 @@ export function Feedback({ ) : ( <> -

{customTitle || Un avis sur cette page ?}

+

+ {customTitle || Un avis sur cette page ?} +

{shouldShowRater && ( @@ -122,6 +123,7 @@ export function Feedback({ ) : (
+ {/* TODO : reactivate when we have a support team + */}
)} {isShowingSuggestionForm && ( diff --git a/site/source/components/Simulation/index.tsx b/site/source/components/Simulation/index.tsx index 205ab4b13..39977463a 100644 --- a/site/source/components/Simulation/index.tsx +++ b/site/source/components/Simulation/index.tsx @@ -9,7 +9,7 @@ import { styled } from 'styled-components' import { ConversationProps } from '@/components/conversation/Conversation' import ShareOrSaveSimulationBanner from '@/components/ShareSimulationBanner' import { PopoverWithTrigger } from '@/design-system' -import { Container, Grid, Spacing } from '@/design-system/layout' +import { Grid, Spacing } from '@/design-system/layout' import { Link } from '@/design-system/typography/link' import { companySituationSelector, @@ -129,17 +129,13 @@ export default function Simulation({ {firstStepCompleted && !hideDetails && shouldShowFeedback && ( - theme.colors.bases.primary[700]} - forceTheme="dark" +
- +
)} {firstStepCompleted && !hideDetails && explanations}