icons readme gitignore

This commit is contained in:
Timur Ercan
2023-02-02 20:04:59 +01:00
parent 9ab839ca10
commit 05daf6e6a4
4 changed files with 15 additions and 4 deletions

View File

@ -4,6 +4,7 @@ import type { NextPageWithLayout } from "./_app";
import Head from "next/head";
import {
CheckBadgeIcon,
DocumentPlusIcon,
EnvelopeIcon,
EyeIcon,
PlusIcon,
@ -56,6 +57,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
</div>
<div className="mt-4 sm:mt-0 sm:ml-16 sm:flex-none">
<Button
icon={DocumentPlusIcon}
onClick={() => {
document?.getElementById("fileUploadHelper")?.click();
}}