bbovenzi commented on code in PR #46251:
URL: https://github.com/apache/airflow/pull/46251#discussion_r1934479807


##########
airflow/ui/src/components/ParseDag.tsx:
##########
@@ -31,7 +31,7 @@ const ParseDag = ({ dagId, fileToken }: Props) => {
 
   return (
     <Button loading={isPending} onClick={() => mutate({ fileToken })} 
variant="outline">
-      <FiRefreshCw height={5} width={5} />
+      <LuFolderSync height={5} width={5} />
       Reparse Dag

Review Comment:
   Makes sense to me! I was trying to stick to Fi and LU icons but this isn't 
too different stylistically



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to