-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
209f56c
commit 871e652
Showing
11 changed files
with
6 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,10 @@ function Dashboard() { | |
<div className="mt-16"> | ||
<div className="flex justify-center"> | ||
<div className="text-gray-600"> | ||
To Access demo admin please use the email: [email protected] and password: admin123 | ||
To Access demo admin please use the | ||
email: <span className="text-red-500 font-semibold">[email protected]</span> | ||
and | ||
password: <span className="text-red-500 font-semibold">admin123</span> | ||
</div> | ||
</div> | ||
</div> | ||
|