Name Corrected
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>DentalConnect - Patient Management System</title>
|
<title>My Dental Office Management</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -43,7 +43,9 @@ export function TopAppBar() {
|
|||||||
<path d="M12 19c-5 0-8-2-9-5.5m18 0c-1 3.5-4 5.5-9 5.5Z" />
|
<path d="M12 19c-5 0-8-2-9-5.5m18 0c-1 3.5-4 5.5-9 5.5Z" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<h1 className="text-lg font-medium text-primary">DentalConnect</h1>
|
<h1 className="text-lg font-medium text-primary">
|
||||||
|
My Dental Office Management
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -78,9 +78,12 @@ export default function AuthPage() {
|
|||||||
<Card className="p-6 bg-white">
|
<Card className="p-6 bg-white">
|
||||||
<div className="mb-10 text-center">
|
<div className="mb-10 text-center">
|
||||||
<h1 className="text-3xl font-medium text-primary mb-2">
|
<h1 className="text-3xl font-medium text-primary mb-2">
|
||||||
DentalConnect
|
My Dental Office Management
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-gray-600">Patient Management System</p>
|
<p className="text-gray-600">
|
||||||
|
{" "}
|
||||||
|
Comprehensive Practice Management System
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
@@ -279,9 +282,6 @@ export default function AuthPage() {
|
|||||||
<Torus className="h-8 w-8" />
|
<Torus className="h-8 w-8" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 className="text-2xl font-bold mb-4 text-center">
|
|
||||||
Welcome to DentalConnect
|
|
||||||
</h2>
|
|
||||||
<p className="mb-6 text-center text-white text-opacity-80">
|
<p className="mb-6 text-center text-white text-opacity-80">
|
||||||
The complete solution for dental practice management. Streamline
|
The complete solution for dental practice management. Streamline
|
||||||
your patient records, appointments, and more.
|
your patient records, appointments, and more.
|
||||||
|
|||||||
Reference in New Issue
Block a user