@@ -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
-
-
-
-
-
- A list of all documents in your account including their status.
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
- Title
- |
-
- Status
- |
-
- Modified
- |
- |
-
- Edit
- |
-
-
-
- {people.map((person) => (
-
- |
- {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