diff --git a/apps/remix/app/components/general/settings-nav-desktop.tsx b/apps/remix/app/components/general/settings-nav-desktop.tsx index 704637ff3..e383721b0 100644 --- a/apps/remix/app/components/general/settings-nav-desktop.tsx +++ b/apps/remix/app/components/general/settings-nav-desktop.tsx @@ -1,7 +1,7 @@ import type { HTMLAttributes } from 'react'; import { Trans } from '@lingui/react/macro'; -import { Braces, CreditCard, Globe2Icon, Lock, User, Users, Webhook } from 'lucide-react'; +import { Braces, CreditCard, Globe2Icon, Lock, User, Users, Webhook, Bot } from 'lucide-react'; import { useLocation } from 'react-router'; import { Link } from 'react-router'; @@ -96,6 +96,13 @@ export const SettingsDesktopNav = ({ className, ...props }: SettingsDesktopNavPr + + + + Hilfe + + + {isBillingEnabled && ( ({ title: msg`Nothing to do`, message: msg`There are no completed documents yet. Documents that you have created or received will appear here once completed.`, - icon: CheckCircle2, + icon: FileCheck, })) .with(ExtendedDocumentStatus.DRAFT, () => ({ title: msg`No active drafts`, message: msg`There are no active drafts at the current moment. You can upload a document to start drafting.`, - icon: CheckCircle2, + icon: FileCheck, })) .with(ExtendedDocumentStatus.ALL, () => ({ title: msg`We're all empty`, message: msg`You have not yet created or received any documents. To create a document please upload one.`, - icon: Bird, + icon: FileSearch2, })) .otherwise(() => ({ title: msg`Nothing to do`, message: msg`All documents have been processed. Any new documents that are sent or received will show here.`, - icon: CheckCircle2, + icon: FileCheck, })); return ( diff --git a/apps/remix/app/routes/_authenticated+/templates._index.tsx b/apps/remix/app/routes/_authenticated+/templates._index.tsx index edca92697..7e28b3850 100644 --- a/apps/remix/app/routes/_authenticated+/templates._index.tsx +++ b/apps/remix/app/routes/_authenticated+/templates._index.tsx @@ -1,7 +1,7 @@ import { useEffect } from 'react'; import { Trans } from '@lingui/react/macro'; -import { Bird } from 'lucide-react'; +import { FileSearch2 } from 'lucide-react'; import { useSearchParams } from 'react-router'; import { formatAvatarUrl } from '@documenso/lib/utils/avatars'; @@ -65,7 +65,7 @@ export default function TemplatesPage() { {data && data.count === 0 ? ( - +