From b55d882fc512779b4a9a04d2ac69291cd056efca Mon Sep 17 00:00:00 2001
From: Lessa <82185307+AldemirLucas@users.noreply.github.com>
Date: Fri, 10 Nov 2023 16:59:02 -0300
Subject: [PATCH] enable bdEdu banner
---
next/pages/index.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/next/pages/index.js b/next/pages/index.js
index af323325..d629f6e6 100644
--- a/next/pages/index.js
+++ b/next/pages/index.js
@@ -656,7 +656,7 @@ function Support({ pages }) {
}
function BDEdu () {
- const closeDate = new Date(2023, 7, 29)
+ const closeDate = new Date(2024, 1, 5)
const currentDate = new Date()
if(currentDate > closeDate) return null
@@ -688,7 +688,7 @@ function BDEdu () {
margin="0 !important"
backgroundColor="#8262D1"
>
-
+
Aproveite o preço promocional
@@ -703,7 +703,7 @@ export default function Home({
return (
- {/* */}
+