From 84f817d8bd8b0f1e1e75a84e73cadea0b5d5f966 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 25 Sep 2017 12:29:48 +0200 Subject: Add experimental tool disclaimer to entry page --- src/components/home/ContactSection.js | 11 +++++++++++ src/components/home/ContactSection.sass | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'src/components/home') diff --git a/src/components/home/ContactSection.js b/src/components/home/ContactSection.js index 1ec5e9c7..fd65b31c 100644 --- a/src/components/home/ContactSection.js +++ b/src/components/home/ContactSection.js @@ -35,6 +35,17 @@ const ContactSection = () => ( . +
+
+ +
+ OpenDC is an experimental tool. Your data may get lost, overwritten, or otherwise become unavailable. +
+ The OpenDC authors should in no way be liable in the event this happens (see our license). Sorry + for the inconvenience. +
+
); diff --git a/src/components/home/ContactSection.sass b/src/components/home/ContactSection.sass index c292526c..2cde7391 100644 --- a/src/components/home/ContactSection.sass +++ b/src/components/home/ContactSection.sass @@ -11,5 +11,5 @@ .tudelft-icon height: 100px - .fa - margin-right: 10px + .disclaimer + color: #cccccc -- cgit v1.2.3