This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a3c51cdac54 AIP-38 Fix TaskInstance Icon Warnings (#45518)
a3c51cdac54 is described below

commit a3c51cdac54d9eead469400e1c90732c63d626db
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Fri Jan 10 04:33:39 2025 +0800

    AIP-38 Fix TaskInstance Icon Warnings (#45518)
---
 airflow/ui/src/assets/TaskIcon.tsx | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/airflow/ui/src/assets/TaskIcon.tsx 
b/airflow/ui/src/assets/TaskIcon.tsx
index cd8f4440f09..da72bda3c57 100644
--- a/airflow/ui/src/assets/TaskIcon.tsx
+++ b/airflow/ui/src/assets/TaskIcon.tsx
@@ -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" />

Reply via email to