change upload to add

This commit is contained in:
Timur Ercan
2023-03-27 12:53:03 +02:00
parent f32c3d999a
commit 9945cfb2c7
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
</svg> </svg>
<span className="mt-2 block text-sm font-medium text-neon"> <span className="mt-2 block text-sm font-medium text-neon">
Upload a new PDF document Add a new PDF document
</span> </span>
</div> </div>
</div> </div>

View File

@ -415,7 +415,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
document?.getElementById("fileUploadHelper")?.click(); document?.getElementById("fileUploadHelper")?.click();
}} }}
> >
Upload Document Add Document
</Button> </Button>
<input <input
id="fileUploadHelper" id="fileUploadHelper"