mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
out of scope
This commit is contained in:
@ -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 ">
|
||||
|
||||
Reference in New Issue
Block a user