added login links and updated contact page design

This commit was merged in pull request #24.
This commit is contained in:
victorAnumudu
2025-01-26 03:06:47 +01:00
parent 5d93817555
commit 3eaf99f212
8 changed files with 135 additions and 36 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ function App() {
refetchOnWindowFocus: false,
retry: 3,
// refetchOnMount: false,
staleTime: 3000
staleTime: Infinity // can also be a number in millisecond
},
},
})