changed footer text and about top text

This commit was merged in pull request #5.
This commit is contained in:
victorAnumudu
2025-01-10 09:33:46 +01:00
parent 8ff4fc0255
commit f1f7a5f8a7
8 changed files with 160 additions and 172 deletions
@@ -8,7 +8,7 @@ function QueryClientContext({children}) {
refetchOnWindowFocus: false,
retry: 3,
// refetchOnMount: false,
staleTime: 3000
staleTime: 60000,
},
},
})