Skip to content

Commit

Permalink
remove book selling news
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheaton committed Jun 20, 2024
1 parent 735947b commit 267d6cc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/HeroSection/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ const news = [
</HeroNewsItemContent>
),
},
{
date: "03/12/24",
content: <HeroNewsItemContent>Book now available again.</HeroNewsItemContent>,
},
// {
// date: "03/12/24",
// content: <HeroNewsItemContent>Book now available again.</HeroNewsItemContent>,
// },
{
date: "02/21/24",
content: (
Expand All @@ -71,15 +71,15 @@ const news = [
</HeroNewsItemContent>
),
},
{
date: "02/15/24",
content: (
<HeroNewsItemContent>
First printing of book has sold out in most places. Second printing available
mid-March.
</HeroNewsItemContent>
),
},
// {
// date: "02/15/24",
// content: (
// <HeroNewsItemContent>
// First printing of book has sold out in most places. Second printing available
// mid-March.
// </HeroNewsItemContent>
// ),
// },
{
date: "01/29/24",
content: (
Expand Down

0 comments on commit 267d6cc

Please sign in to comment.