Skip to content

Commit

Permalink
AIP-38 Fix TaskInstance Icon Warnings (apache#45518)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun authored Jan 9, 2025
1 parent 5b523da commit a3c51cd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions airflow/ui/src/assets/TaskIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ export const TaskIcon = createIcon({
},
displayName: "Task Icon",
path: (
<g
clip-path="url(#a)"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<g clipPath="url(#a)" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2">
<path d="m7.99967 10.6666c1.47276 0 2.66663-1.19392 2.66663-2.66668s-1.19387-2.66667-2.66663-2.66667c-1.47275 0-2.66666 1.19391-2.66666 2.66667s1.19391 2.66668 2.66666 2.66668z" />
<path d="m.700195 8h3.966665" />
<path d="m11.3398 8h3.9667" />
Expand Down

0 comments on commit a3c51cd

Please sign in to comment.