Skip to content

Commit 24559c9

Browse files
committed
fix: wrong month
1 parent a0d3e05 commit 24559c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Home() {
1616
link: "https://cheers.com.br/evento/churras-a-trois-29268"
1717
},
1818
{
19-
date: new Date(2026, 4, 5),
19+
date: new Date(2026, 5, 4),
2020
category: "Produto",
2121
name: "Término das Vendas do Kit Bixe 2026",
2222
link: "https://cheers.com.br/pagina/aaacec"

0 commit comments

Comments
 (0)