From 4114954f504d3f7d49014d691689d1b3813fc77c Mon Sep 17 00:00:00 2001 From: mbeaulne Date: Fri, 5 Dec 2025 11:40:31 -0500 Subject: [PATCH] Removes icons next to title in run and editor --- src/components/Editor/PipelineDetails.tsx | 3 +-- src/components/PipelineRun/RunDetails.tsx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Editor/PipelineDetails.tsx b/src/components/Editor/PipelineDetails.tsx index ecc63f215..ef80203ab 100644 --- a/src/components/Editor/PipelineDetails.tsx +++ b/src/components/Editor/PipelineDetails.tsx @@ -1,4 +1,4 @@ -import { Frown, Network } from "lucide-react"; +import { Frown } from "lucide-react"; import { useEffect, useState } from "react"; import { PipelineValidationList } from "@/components/Editor/components/PipelineValidationList/PipelineValidationList"; @@ -134,7 +134,6 @@ const PipelineDetails = () => { > {/* Header */}
- {componentSpec.name ?? "Unnamed Pipeline"} diff --git a/src/components/PipelineRun/RunDetails.tsx b/src/components/PipelineRun/RunDetails.tsx index df2b8b26b..7be9ce59c 100644 --- a/src/components/PipelineRun/RunDetails.tsx +++ b/src/components/PipelineRun/RunDetails.tsx @@ -1,4 +1,4 @@ -import { Frown, Videotape } from "lucide-react"; +import { Frown } from "lucide-react"; import { CopyText } from "@/components/shared/CopyText/CopyText"; import { Spinner } from "@/components/ui/spinner"; @@ -84,7 +84,6 @@ export const RunDetails = () => { return (
- {componentSpec.name ?? "Unnamed Pipeline"}