mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
Merge branch 'main' of https://github.com/ElTimuro/documenso into DOC-90-signpage
This commit is contained in:
@ -30,12 +30,6 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
|
|||||||
icon: DocumentIcon,
|
icon: DocumentIcon,
|
||||||
link: "/documents?filter=draft",
|
link: "/documents?filter=draft",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Action required",
|
|
||||||
stat: "0",
|
|
||||||
icon: ExclamationTriangleIcon,
|
|
||||||
link: "/documents?filter=action_required",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Waiting for others",
|
name: "Waiting for others",
|
||||||
stat: "0",
|
stat: "0",
|
||||||
@ -61,7 +55,7 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
|
|||||||
Dashboard
|
Dashboard
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</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) => (
|
{stats.map((item) => (
|
||||||
<Link href={item.link} key={item.name}>
|
<Link href={item.link} key={item.name}>
|
||||||
<div className="overflow-hidden rounded-lg bg-white px-4 py-5 shadow sm:p-6 ">
|
<div className="overflow-hidden rounded-lg bg-white px-4 py-5 shadow sm:p-6 ">
|
||||||
|
|||||||
Reference in New Issue
Block a user