Add link to login page

This commit is contained in:
Vikas Nale 2025-10-06 17:50:22 +05:30
parent 81ed65c0c6
commit aeb9778216
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const App = () => {
</DireProvider>
<ToastContainer />
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
<ReactQueryDevtools initialIsOpen={false} />
</QueryClientProvider>
</div>
);

View File

@ -71,7 +71,7 @@ const LandingPage = () => {
<li className="nav-item">
<a
className="btn btn-sm btn-success px-3 my-1 "
href="https://ofw.marcoaiot.com/auth/login"
href="/auth/login"
>
Login
</a>