Skip to content

Commit

Permalink
fix(tools): remove icon (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB authored Mar 23, 2020
1 parent 309a334 commit 09dfe9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/code-du-travail-frontend/pages/outils/[slug].js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect } from "react";
import tools from "@cdt/data...tools/internals.json";
import { Badge, Container, Section, Wrapper } from "@socialgouv/react-ui";
import { Container, Section, Wrapper } from "@socialgouv/react-ui";

import { Layout } from "../../src/layout/Layout";
import { matopush } from "../../src/piwik";
Expand Down Expand Up @@ -39,7 +39,6 @@ function Outils({ description, icon, ogImage, pageUrl, slug, title }) {
<Container>
<Wrapper variant="main">
<Tool icon={icon} title={title} />
<Badge />
</Wrapper>
</Container>
</Section>
Expand Down

0 comments on commit 09dfe9b

Please sign in to comment.