Skip to content

Commit 4076976

Browse files
committed
style: format svg.tsx with Prettier
1 parent 18809e3 commit 4076976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/assets/svg.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ 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"
360360
d="M5 5 L15 15 M15 5 L5 15"
361361
stroke="#7469A8"

0 commit comments

Comments
 (0)