UI styling update

This commit is contained in:
mukesh13
2025-08-21 13:15:50 +05:30
parent 500802e62f
commit 96558487c5
17 changed files with 3 additions and 18 deletions

View File

@ -6,7 +6,6 @@ const CircularRNAPipeline = ({
svgUrl = "/images/flowchart/circularrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const DegradomeSequencingPipeline = ({
svgUrl = "/images/flowchart/degradomerna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const IsoformPipeline = ({
svgUrl = "/images/flowchart/isoseqrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const LncRNABioinformatics = ({
svgUrl = "/images/flowchart/totalrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const MetatranscriptomicsPipeline = ({
svgUrl = "/images/flowchart/metatranscriptomicsrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const MRNAPipeline = ({
svgUrl = "/images/flowchart/mrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const SingleCellPipeline = ({
svgUrl = "/images/flowchart/singlecellrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const SRNABioinformatics = ({
svgUrl = "/images/flowchart/smallrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {

View File

@ -6,7 +6,6 @@ const WTSPipeline = ({
svgUrl = "/images/flowchart/totalrna.svg",
backgroundColor = "bg-gray-50",
className = "",
titleClassName = "",
svgClassName = "",
containerClassName = ""
}) => {