Failed update
This commit is contained in:
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import PageLayout from '../components/Layout/PageLayout';
|
||||
import ResearchHero from '../components/Research/ResearchHero'
|
||||
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 HumanResearch from '../components/research/HumanResearch';
|
||||
|
||||
|
||||
@ -87,7 +87,7 @@ const CircularRNAPipeline = ({
|
||||
</div>
|
||||
|
||||
{/* 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">
|
||||
|
||||
{/* Arrow 1: Straight horizontal to "Back Splicing Junction Reads" (Unmapped Reads) */}
|
||||
|
||||
Reference in New Issue
Block a user