Skip to content

Commit

Permalink
Merge pull request #488 from jeanphi-baconnais/feature/hide-hactkober…
Browse files Browse the repository at this point in the history
…fest-leaderboard

🫣 Hide Hacktoberfest leaderboard
  • Loading branch information
jeanphi-baconnais authored Nov 21, 2024
2 parents 5475dd1 + d2a1b50 commit da3cffd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import PropTypes from "prop-types";
import React from "react";

import { Footer } from "./Footer";
import { Hacktoberfest } from "./Hacktoberfest";
import { Hero } from "./Hero";
import byZenika from "./byzenika.png";
import "./layout.css";
Expand All @@ -28,7 +27,6 @@ const Layout = ({ children, noHero = false }) => (
`}
render={() => (
<>
<Hacktoberfest />
{noHero ? null : (
<Hero
title={
Expand Down

0 comments on commit da3cffd

Please sign in to comment.