Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasReitin committed Jun 18, 2024
1 parent 62c2d0b commit 7eb1ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/Components/Actualites.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function Actualites() {
<div className="actualites">
<h2>LES ACTUALITÉS</h2>
<div className="flex justify-center mt-10">
{console.log(firstActu)}
{firstActu && (
<div className="first-actu">
<Link to={`/actualite/${firstActu.id}`}>
Expand Down

0 comments on commit 7eb1ef3

Please sign in to comment.