Health page creation
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import TitleBar from '../../components/shared/TitleBar';
|
||||
import DNATitleBar from '../../components/shared/DNATitleBar';
|
||||
import LongReadIntroduction from './components/LongReadIntroduction';
|
||||
import LongReadComparison from './components/LongReadComparison';
|
||||
import LongReadNanopore from './components/LongReadNanopore';
|
||||
@ -17,7 +17,7 @@ export default function LongReadSequencingPage() {
|
||||
|
||||
return (
|
||||
<PageLayout fixedHeader={true}>
|
||||
<TitleBar
|
||||
<DNATitleBar
|
||||
title="Whole Genome Long Read Sequencing"
|
||||
desc="Sequencing the Complete Genome, Long and Clear"
|
||||
breadcrumbs={breadcrumbs}
|
||||
|
||||
Reference in New Issue
Block a user