Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
7436d1bf18
commit
f6877a4306
@@ -49,7 +49,7 @@ function PleadingsIndex() {
|
||||
description="Create Florida pleadings and reuse saved pleadings as templates."
|
||||
actions={
|
||||
<Button asChild>
|
||||
<Link to="/documents/pleading/new">
|
||||
<Link to="/documents/pleading/new" search={{}}>
|
||||
<Gavel className="h-4 w-4 mr-2" /> New Pleading
|
||||
</Link>
|
||||
</Button>
|
||||
@@ -57,7 +57,7 @@ function PleadingsIndex() {
|
||||
/>
|
||||
|
||||
<div className="grid md:grid-cols-2 gap-4 mb-8">
|
||||
<Link to="/documents/pleading/new">
|
||||
<Link to="/documents/pleading/new" search={{}}>
|
||||
<Card className="hover:border-primary/40 transition-colors cursor-pointer h-full">
|
||||
<CardContent className="p-5 flex items-start gap-3">
|
||||
<div className="h-10 w-10 rounded-md bg-primary/10 text-primary flex items-center justify-center"><Gavel className="h-5 w-5" /></div>
|
||||
|
||||
Reference in New Issue
Block a user