We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc0ddd commit c3cdabcCopy full SHA for c3cdabc
src/App.jsx
@@ -12,7 +12,7 @@ import { MantineProvider } from "@mantine/core";
12
import Done from "./Components/Done";
13
function App() {
14
const date = new Date()
15
- if(date.getDate() >=20 && date.getFullYear() >= 2023 && date.getMonth() >= 2){
+ if(date.getDate() >=20 && date.getFullYear() >= 2023 ){
16
17
return <MantineProvider theme={{colorScheme:'dark'}} >
18
<Routes>
0 commit comments