Skip to content

Commit

Permalink
Supprime temporairement les retours utilisateurs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiinxt committed May 16, 2023
1 parent b4c6673 commit 9a5459b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions site/source/components/layout/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Trans, useTranslation } from 'react-i18next'
import { useLocation } from 'react-router-dom'
import styled, { css } from 'styled-components'

import FeedbackButton from '@/components/Feedback'
import LegalNotice from '@/components/LegalNotice'
import { ForceThemeProvider } from '@/components/utils/DarkModeContext'
import { Button } from '@/design-system/buttons'
Expand Down Expand Up @@ -62,7 +61,7 @@ export default function Footer() {
: theme.colors.bases.tertiary[100]
}
>
<FeedbackButton key={`${pathname}-feedback-key`} />
{/* <FeedbackButton key={`${pathname}-feedback-key`} /> */}
{language === 'en' && (
<Body>
This website is provided by the{' '}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default function SearchCodeAPE({ disabled }: SearchCodeApeProps) {
)}

<Spacing md />
<ActivityNotFound job={job} />
{/* <ActivityNotFound job={job} /> */}
</Grid>
</Grid>
)
Expand Down
3 changes: 1 addition & 2 deletions site/source/pages/iframes/IframeFooter.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import FeedbackButton from '@/components/Feedback'
import Privacy from '@/components/layout/Footer/Privacy'
import { Spacing } from '@/design-system/layout'

Expand All @@ -10,7 +9,7 @@ export default function IframeFooter() {
textAlign: 'center',
}}
>
<FeedbackButton isEmbedded />
{/* <FeedbackButton isEmbedded /> */}
<Spacing xl />
<Privacy noUnderline={false} />
<Spacing lg />
Expand Down

1 comment on commit 9a5459b

@mquandalle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

Please sign in to comment.