Skip to content

Commit

Permalink
chore(clean): delete console.log & add missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Oct 14, 2024
1 parent 64cad5f commit 0168b62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pages/Connexion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Card from "../components/Card/Card";
import { SHORT_LIST_SERVICES } from "./Services/constants";

function Connexion() {
console.log(SHORT_LIST_SERVICES);
return (
<div>
<div className="fr-container--fluid pc-background-alt-blue-france">
Expand Down Expand Up @@ -62,7 +61,7 @@ function Connexion() {
{SHORT_LIST_SERVICES.map((offre, index) => (
<Card
offre={offre}
customizedMdCol={"fr-col-md-3"}
customizedMdCol={"fr-col-lg-3 fr-col-md-6"}
key={index}
></Card>
))}
Expand Down

0 comments on commit 0168b62

Please sign in to comment.