diff --git a/src/constants/routes.ts b/src/constants/routes.ts
index 7c03ef4..d4929ff 100644
--- a/src/constants/routes.ts
+++ b/src/constants/routes.ts
@@ -201,7 +201,7 @@ export const PATH_DOCS = {
help: 'https://github.com/design-sparx/antd-multipurpose-dashboard/blob/main/README.md',
components: 'https://6546507b657a74164abf2db6-oniqlpqtfs.chromatic.com/',
productRoadmap:
- 'https://kelvink96.notion.site/Antd-multipurpose-dashboard-Product-roadmap-92163e05b8ea444a8f87b7f834933069?pvs=74',
+ 'https://kelvink96.notion.site/1af2c000eb4f4b1688684cb2d88d5ee4?v=eb14f3050b7d4357821dbcb4bb61b636&p=752cacbf390f4d1cbc0e625550391d9b&pm=s',
};
export const PATH_CHANGELOG = {
diff --git a/src/layouts/guest/Guest.tsx b/src/layouts/guest/Guest.tsx
index 60c941e..b50f8c8 100644
--- a/src/layouts/guest/Guest.tsx
+++ b/src/layouts/guest/Guest.tsx
@@ -25,6 +25,7 @@ import {
import { useMediaQuery } from 'react-responsive';
import { Logo, Nprogress } from '../../components';
import {
+ PATH_AUTH,
PATH_DASHBOARD,
PATH_DOCS,
PATH_GITHUB,
@@ -108,7 +109,7 @@ const GuestLayout = () => {
Give us a star
-
+
} type="primary">
Live Preview
diff --git a/src/pages/authentication/SignIn.tsx b/src/pages/authentication/SignIn.tsx
index 7a5dd10..c0eacea 100644
--- a/src/pages/authentication/SignIn.tsx
+++ b/src/pages/authentication/SignIn.tsx
@@ -94,7 +94,11 @@ const SignInPage = () => {
layout="vertical"
labelCol={{ span: 24 }}
wrapperCol={{ span: 24 }}
- initialValues={{ remember: true }}
+ initialValues={{
+ email: 'demo@email.com',
+ password: 'demo123',
+ remember: true,
+ }}
onFinish={onFinish}
onFinishFailed={onFinishFailed}
autoComplete="off"