Skip to content

Commit 01deeb8

Browse files
committed
chnaged deadline
1 parent 4630f8e commit 01deeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { MantineProvider } from "@mantine/core";
1212
import Done from "./Components/Done";
1313
function App() {
1414
const date = new Date()
15-
if(date.getDate() >=20 && date.getFullYear() >= 2023 ){
15+
if(date.getDate() >=16 && date.getFullYear() >= 2024 ){
1616

1717
return <MantineProvider theme={{colorScheme:'dark'}} >
1818
<Routes>

0 commit comments

Comments
 (0)