diff options
author | Frederick Muriuki Muriithi | 2024-01-22 13:37:12 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-22 13:37:12 +0300 |
commit | 105934ca5cf253c0f002a007ee57460a7632e2b8 (patch) | |
tree | 43bdeed4a99a5e4ca8330e1cf898c1cb711c29b7 /qc_app/templates/index.html | |
parent | 6ca397279e09d968679930f429d6341798be990e (diff) | |
download | gn-uploader-105934ca5cf253c0f002a007ee57460a7632e2b8.tar.gz |
UI: Fix some UI bugs.
Diffstat (limited to 'qc_app/templates/index.html')
-rw-r--r-- | qc_app/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 358b521..00714f0 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -21,7 +21,7 @@ <button class="btn btn-main">upload R/qtl2 bundle</button></a> </div> -<h2>Expression Data</h2> +<h2 class="heading">Expression Data</h2> <div class="explainer"> <p>This application assumes that you are familiar with the basics of data @@ -112,7 +112,7 @@ </form> </div> -<h2>samples/cases</h2> +<h2 class="heading">samples/cases</h2> <div class="explainer"> <p>For the expression data above, you need the samples/cases in your file to |