mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
design
This commit is contained in:
@ -5,7 +5,7 @@ import Layout from "../components/layout";
|
|||||||
import Settings from "../components/settings";
|
import Settings from "../components/settings";
|
||||||
import type { NextPageWithLayout } from "./_app";
|
import type { NextPageWithLayout } from "./_app";
|
||||||
import {
|
import {
|
||||||
CheckIcon,
|
CheckBadgeIcon,
|
||||||
PaperAirplaneIcon,
|
PaperAirplaneIcon,
|
||||||
SunIcon,
|
SunIcon,
|
||||||
} from "@heroicons/react/24/outline";
|
} from "@heroicons/react/24/outline";
|
||||||
@ -15,7 +15,7 @@ const DashboardPage: NextPageWithLayout = () => {
|
|||||||
const stats = [
|
const stats = [
|
||||||
{ name: "Draft", stat: "0", icon: SunIcon },
|
{ name: "Draft", stat: "0", icon: SunIcon },
|
||||||
{ name: "Sent", stat: "0", icon: PaperAirplaneIcon },
|
{ name: "Sent", stat: "0", icon: PaperAirplaneIcon },
|
||||||
{ name: "Signed", stat: "0", icon: CheckIcon },
|
{ name: "Signed", stat: "0", icon: CheckBadgeIcon },
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user