mirror of
https://github.com/documenso/documenso.git
synced 2026-08-26 00:02:43 +10:00
fix: lint project (#2693)
This commit is contained in:
@@ -14,7 +14,7 @@ export default function InboxPage() {
|
||||
return (
|
||||
<div className="mx-auto w-full max-w-screen-xl px-4 md:px-8">
|
||||
<div className="mb-8">
|
||||
<h1 className="flex flex-row items-center gap-2 text-3xl font-bold">
|
||||
<h1 className="flex flex-row items-center gap-2 font-bold text-3xl">
|
||||
<InboxIcon className="h-8 w-8 text-muted-foreground" />
|
||||
|
||||
<Trans>Personal Inbox</Trans>
|
||||
|
||||
Reference in New Issue
Block a user