diff --git a/frontend/index.html b/frontend/index.html
index a429077..efac921 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,7 +4,7 @@
-
TailAdmin - Tailwind CSS Admin Dashboard Template
+ DAQ - Health Care System
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 2bfdfd6..c980e35 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "tailadmin-react-free",
+ "name": "healthcare-system",
"version": "1.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "tailadmin-react-free",
+ "name": "healthcare-system",
"version": "1.0.5",
"dependencies": {
"apexcharts": "^3.41.0",
diff --git a/frontend/package.json b/frontend/package.json
index e6fb02c..cfdcc69 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,5 +1,5 @@
{
- "name": "tailadmin-react-free",
+ "name": "healthcare-system",
"private": true,
"version": "1.3.0",
"type": "module",
@@ -9,9 +9,9 @@
"preview": "vite preview"
},
"author": {
- "name": "TailAdmin",
- "email": "hello@tailadmin.com",
- "url": "https://tailadmin.com"
+ "name": "healthcare-system",
+ "email": "sirin.ph@ku.th",
+ "url": "https://www.ku.ac.th/th"
},
"dependencies": {
"apexcharts": "^3.41.0",
diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 0e9e098..1b79bfe 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -44,23 +44,14 @@ function App() {
}
/>
-
+
>
}
/>
-
-
-
- >
- }
- />
>
);