Skip to content

Commit

Permalink
Merge pull request #999 from Amsterdam-Music-Lab/feature/header-be-gone
Browse files Browse the repository at this point in the history
quick and diry fix: remove header
  • Loading branch information
BeritJanssen authored May 6, 2024
2 parents 5c3f0c2 + 81e1ac2 commit bedd871
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ export const ExperimentCollectionDashboard: React.FC<ExperimentCollectionDashboa

return (
<>
<div className="hero">
<div className="intro">
<p>{experimentCollection?.description}</p>
<nav className="actions">
{nextExperiment && <a className="btn btn-lg btn-primary" href={"/" + nextExperiment.slug}>Volgende experiment</a>}
{aboutContent && <Link className="btn btn-lg btn-outline-primary" to={`/collection/${experimentCollection.slug}/about`}>Over ons</Link>}
</nav>
</div>
<div className="results">

</div>
</div>
{/* Experiments */}
<div role="menu" className="dashboard">
<ul>
Expand Down

0 comments on commit bedd871

Please sign in to comment.