Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 2816210

Browse files
authored
Merge pull request #92 from MultiQC/remove-homepage-banner
Remove homepage banner about Plotly
2 parents f4c8032 + af9603b commit 2816210

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/multiqc_releases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"latest":"v1.20","latest_published_at":"2024-02-12T12:59:36Z"}
1+
{"latest":"v1.21","latest_published_at":"2024-02-28T13:55:36Z"}

src/pages/index.astro

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ const modules = await getCollection("modules");
9292
</div>
9393
</div>
9494

95+
{
96+
/*
9597
<div class="rounded-sm bg-gradient-to-r from-pink-300 to-blue-300 text-gray-800">
9698
<div class="container-lg py-4">
9799
<div class="inline flex-row sm:flex">
@@ -114,6 +116,8 @@ const modules = await getCollection("modules");
114116
</div>
115117
</div>
116118
</div>
119+
*/
120+
}
117121

118122
<h1 class="typo-h4 mt-8">
119123
Aggregate results from bioinformatics analyses across many samples into a single report

0 commit comments

Comments
 (0)