From f5fe6cd22d24c1ee1fb604ccb3a2ecbe9b6f4ec5 Mon Sep 17 00:00:00 2001 From: bhushankhope Date: Mon, 9 Oct 2023 09:46:58 -0400 Subject: [PATCH] added medical disclaimer --- .../components/bottom-toolbar/bottom-toolbar.component.html | 4 ++++ .../components/bottom-toolbar/bottom-toolbar.component.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.html b/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.html index 9efeb367e..02ce53ddb 100644 --- a/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.html +++ b/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.html @@ -1,5 +1,9 @@
+
+ Medical Disclaimer: This resource is intended for research purposes only. It should not be used for emergencies or medical or professional advice. +
+ HuBMAP data is managed and published in the Data Portal and HRA according to FAIR principles, including standardized processing with reproducible pipelines. HuBMAP data may also be processed by other methods in scientific diff --git a/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.scss b/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.scss index d0490f688..87b3bef5f 100644 --- a/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.scss +++ b/apps/ccf/src/app/components/bottom-toolbar/bottom-toolbar.component.scss @@ -44,6 +44,10 @@ white-space: normal; text-align: center; margin: 4.5rem 0rem; + + .medical-disclaimer { + margin-bottom: 2.5rem; + } } .contact-copyright {