diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index fe401c2ef..d1f1529d0 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -65,7 +65,7 @@ const DashboardPage: NextPageWithLayout = () => { Dashboard -
+
{stats.map((item) => (
@@ -105,7 +105,7 @@ const DashboardPage: NextPageWithLayout = () => { /> - Upload a new document + Upload a new PDF document diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index b6510edec..5d574cd85 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -25,97 +25,7 @@ const DocumentsPage: NextPageWithLayout = () => { Documents | Documenso -
-
-
-
-

- Dashboard -

-
-

- A list of all documents in your account including their status. -

-
-
- -
-
-
-
-
-
- - - - - - - - - - - - {people.map((person) => ( - - - - - - - - ))} - -
- Title - - Status - - Modified - - Edit -
- {person.name} - - {person.title} - - {person.email} - - {person.role} - - - Edit, {person.name} - -
-
-
-
-
-
- diff --git a/apps/web/pages/documents/index.tsx b/apps/web/pages/documents/index.tsx new file mode 100644 index 000000000..e69de29bb