Skip to content

Commit

Permalink
Update icon to match existing task duration page.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed Nov 27, 2023
1 parent e933c77 commit 0ebea6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/www/static/js/dag/details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import {
MdReorder,
MdCode,
MdOutlineViewTimeline,
MdHourglassBottom
} from "react-icons/md";
import { CgSandClock } from "react-icons/cg";
import { BiBracket } from "react-icons/bi";
import URLSearchParamsWrapper from "src/utils/URLSearchParamWrapper";

Expand Down Expand Up @@ -277,7 +277,7 @@ const Details = ({
)}
{showTaskDuration && (
<Tab>
<CgSandClock size={16} />
<MdHourglassBottom size={16} />
<Text as="strong" ml={1}>
Task Duration
</Text>
Expand Down

0 comments on commit 0ebea6b

Please sign in to comment.