Skip to content

Commit

Permalink
Removes the unfinished Features section #40
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtannus committed Apr 22, 2024
1 parent eca010d commit c4c700f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 508 deletions.
12 changes: 0 additions & 12 deletions src/client/components/home/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import RecentNetworksList from './recent-networks-list';
import Header from './header';
import Footer from './footer';
import MobileMenu from './mobile-menu';
import PrimaryFeatures from './primary-features';
import Faq from './faq';
import Citation from './citation';
import About from './about';
Expand All @@ -38,7 +37,6 @@ export const STEP = {
};

const menuDef = [
{ label: "Features", href: '/#features' },
{ label: "FAQ", href: '/#faq' },
{ label: "Citation", href: '/#citation' },
{ label: "About", href: '/#about' },
Expand Down Expand Up @@ -439,16 +437,6 @@ export function Content({ recentNetworksController }) {
<LogoBar mobile={mobile} />
</div>
</Container>
<section id="features" className={classes.section} style={{backgroundColor: theme.palette.background.paper}}>
<Container maxWidth="lg" className={classes.sectionContainer}>
<Typography variant="h2" className={classes.sectionTitle}>Enrichment analysis made easy</Typography>
<Typography className={classes.sectionDescription}>
EnrichmentMap converts the lengthy, potentially redundant list of enriched gene sets from typical enrichment analysis into a network,
simplifying interpretation.
</Typography>
<PrimaryFeatures mobile={mobile} tablet={tablet} />
</Container>
</section>
<section id="faq" className={classes.section} style={{backgroundColor: theme.palette.background.default}}>
<Container maxWidth="lg" className={classes.sectionContainer}>
<Typography variant="h2" className={classes.sectionTitle}>Frequently asked questions</Typography>
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/home/mobile-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function MobileMenu({ menuDef, open, onClose }) {
>
<Toolbar variant="regular" className={classes.toolbar} disableGutters>
<AppLogoIcon className={classes.logo} />
<Typography variant="span" className={classes.title}>EnrichmentMap</Typography>
<Typography variant="inherit" className={classes.title}>EnrichmentMap</Typography>
<Button className={classes.button} onClick={onClose}>
<KeyboardArrowUpIcon fontSize="large" />
</Button>
Expand Down
Loading

0 comments on commit c4c700f

Please sign in to comment.