mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
refactor: replace PencilIcon with Pen in various components for consistent icon usage
This commit is contained in:
parent
c4d3322323
commit
855c334f7e
5 changed files with 10 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ import {
|
|||
CheckIcon,
|
||||
FileIcon,
|
||||
Loader2Icon,
|
||||
PencilIcon,
|
||||
Pen,
|
||||
RefreshCwIcon,
|
||||
XIcon,
|
||||
} from "lucide-react";
|
||||
|
|
@ -400,7 +400,7 @@ function ApprovalCard({
|
|||
)}
|
||||
{canEdit && (
|
||||
<Button size="sm" variant="outline" onClick={() => setIsEditing(true)}>
|
||||
<PencilIcon />
|
||||
<Pen />
|
||||
Edit
|
||||
</Button>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue