diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx
index acfbe14bb..00ab5df6d 100644
--- a/apps/web/pages/dashboard.tsx
+++ b/apps/web/pages/dashboard.tsx
@@ -13,7 +13,7 @@ import {
const DashboardPage: NextPageWithLayout = () => {
const status = useSession();
const stats = [
- { name: "New", stat: "0", icon: SunIcon },
+ { name: "Draft", stat: "0", icon: SunIcon },
{ name: "Sent", stat: "0", icon: PaperAirplaneIcon },
{ name: "Signed", stat: "0", icon: CheckIcon },
];
@@ -60,8 +60,8 @@ const DashboardPage: NextPageWithLayout = () => {
aria-hidden="true"
>
diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx
index 86c87bc7a..e35568a30 100644
--- a/apps/web/pages/documents.tsx
+++ b/apps/web/pages/documents.tsx
@@ -41,7 +41,7 @@ const DocumentsPage: NextPageWithLayout = () => {
className="inline-flex items-center rounded-md border border-transparent bg-neon px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
>
- New Project
+ Upload Document