Failed update
This commit is contained in:
@ -2,7 +2,7 @@ import React from 'react';
|
|||||||
import PageLayout from '../components/Layout/PageLayout';
|
import PageLayout from '../components/Layout/PageLayout';
|
||||||
import ResearchHero from '../components/Research/ResearchHero'
|
import ResearchHero from '../components/Research/ResearchHero'
|
||||||
import PlantResearch from '../components/Research/PlantResearch';
|
import PlantResearch from '../components/Research/PlantResearch';
|
||||||
import AnimalResearch from '../components/research/AnimalResearch';
|
import AnimalResearch from '../components/Research/AnimalResearch';
|
||||||
import MicrobialResearch from '../components/research/MicrobialResearch';
|
import MicrobialResearch from '../components/research/MicrobialResearch';
|
||||||
import HumanResearch from '../components/research/HumanResearch';
|
import HumanResearch from '../components/research/HumanResearch';
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,7 @@ const CircularRNAPipeline = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Custom arrows from "Alignment to Reference Genome" */}
|
{/* Custom arrows from "Alignment to Reference Genome" */}
|
||||||
<div className="absolute bottom-12 sm:bottom-16 lg:bottom-{2rem} left-1/2 transform -translate-x-1/2">
|
<div className="absolute bottom-12 sm:bottom-16 lg:bottom-[2rem] left-1/2 transform -translate-x-1/2">
|
||||||
<div className="relative w-0 h-0">
|
<div className="relative w-0 h-0">
|
||||||
|
|
||||||
{/* Arrow 1: Straight horizontal to "Back Splicing Junction Reads" (Unmapped Reads) */}
|
{/* Arrow 1: Straight horizontal to "Back Splicing Junction Reads" (Unmapped Reads) */}
|
||||||
|
|||||||
Reference in New Issue
Block a user