Skip to content

Commit 18809e3

Browse files
committed
Change last column from Delete → Remove and icon from trash to X
1 parent 115f8df commit 18809e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

frontend/app/assets/svg.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,12 @@ export const SVGShareScript: SvgIcon = ({ className }) => (
355355
)
356356
export const SVGDeleteScript: SvgIcon = ({ className }) => (
357357
<svg {...defaultProps} className={className} viewBox="0 0 20 20">
358-
<path
358+
<path
359359
fill="#7469A8"
360-
d="M12.404 14.585v-.833h2.5v.833h-2.5Zm0-6.667v-.833h5v.833h-5Zm0 3.334v-.834h4.167v.834h-4.167ZM3.429 6.668h-.833v-.833h3.109v-.737H7.82v.737h3.11v.833h-.833v6.988c0 .383-.13.704-.386.96a1.301 1.301 0 0 1-.961.386H4.775c-.383 0-.703-.129-.96-.385a1.304 1.304 0 0 1-.385-.961l-.001-6.988Zm.833 0v6.988a.49.49 0 0 0 .161.352c.107.108.225.161.352.16H8.75a.492.492 0 0 0 .352-.16.491.491 0 0 0 .161-.353V6.668h-5Z"
360+
d="M5 5 L15 15 M15 5 L5 15"
361+
stroke="#7469A8"
362+
strokeWidth="2"
363+
strokeLinecap="round"
361364
/>
362365
</svg>
363366
)

frontend/app/components/redesign/components/revshare/ShareInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const ShareInputHeader = ({ showDelete }: { showDelete: boolean }) => {
8787
id="col-delete"
8888
aria-label="Delete recipient from table"
8989
>
90-
Delete
90+
Remove
9191
</div>
9292
)}
9393
</div>

0 commit comments

Comments
 (0)