diff --git a/packages/jaeger-ui/src/components/common/icons/ClockWithTicksIcon.tsx b/packages/jaeger-ui/src/components/common/icons/ClockWithTicksIcon.tsx index 26f2028c9a..bf7d3c0543 100644 --- a/packages/jaeger-ui/src/components/common/icons/ClockWithTicksIcon.tsx +++ b/packages/jaeger-ui/src/components/common/icons/ClockWithTicksIcon.tsx @@ -6,10 +6,10 @@ const ClockWithTicksIconComponent = (props: IIconProps) => { const { size, color } = useIconProps(props); return ( - + ); diff --git a/packages/jaeger-ui/src/img/code.svg b/packages/jaeger-ui/src/img/code.svg deleted file mode 100644 index 657d3b5bd9..0000000000 --- a/packages/jaeger-ui/src/img/code.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file