Skip to content

Commit

Permalink
chore: supprime BadNews
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed May 13, 2024
1 parent f01e76c commit ed7f6f5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 74 deletions.
11 changes: 1 addition & 10 deletions site/source/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,7 @@ const Router = () => {

return (
<Routes>
<Route
path="/iframes/*"
element={
<>
{/* Spacing added for BadNews */}
<Spacing xs />
<Iframes />
</>
}
/>
<Route path="/iframes/*" element={<Iframes />} />
<Route path="*" element={<App />} />
</Routes>
)
Expand Down
60 changes: 0 additions & 60 deletions site/source/components/BadNews.tsx

This file was deleted.

1 change: 0 additions & 1 deletion site/source/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default function Header() {

<Menu />
</StyledHeader>
{/* <BadNews /> */}

<BrowserOnly>
{i18n.language === 'fr' && (
Expand Down
3 changes: 0 additions & 3 deletions site/source/pages/iframes/IframeFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default function IframeFooter() {
}}
>
<Spacing md />
{/* <div style={{ display: 'flex', justifyContent: 'center' }}>
<BadNews />
</div> */}
<FeedbackButton isEmbedded />
<Spacing md />
<Privacy noUnderline={false} />
Expand Down

0 comments on commit ed7f6f5

Please sign in to comment.