mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 10:28:11 +08:00
add section header
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
const SectionHeader = ({text}) => (
|
||||
<p style={{
|
||||
fontSize: 32,
|
||||
fontWeight: 700
|
||||
}}>
|
||||
{text}
|
||||
</p>
|
||||
);
|
||||
|
||||
export default SectionHeader;
|
||||
Reference in New Issue
Block a user