Merge branch 'main' of https://github.com/ElTimuro/documenso into DOC-90-signpage

This commit is contained in:
Timur Ercan
2023-02-20 11:04:27 +01:00

View File

@ -30,12 +30,6 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
icon: DocumentIcon,
link: "/documents?filter=draft",
},
{
name: "Action required",
stat: "0",
icon: ExclamationTriangleIcon,
link: "/documents?filter=action_required",
},
{
name: "Waiting for others",
stat: "0",
@ -61,7 +55,7 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
Dashboard
</h1>
</header>
<dl className="mt-8 grid grid-cols-4 xs:grid-cols-2 gap-5">
<dl className="mt-8 grid grid-cols-3 xs:grid-cols-2 gap-5">
{stats.map((item) => (
<Link href={item.link} key={item.name}>
<div className="overflow-hidden rounded-lg bg-white px-4 py-5 shadow sm:p-6 ">