Skip to content

Commit c3cdabc

Browse files
committed
done
1 parent bcc0ddd commit c3cdabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
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 && date.getMonth() >= 2){
15+
if(date.getDate() >=20 && date.getFullYear() >= 2023 ){
1616

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

0 commit comments

Comments
 (0)