summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-08 22:15:10 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-08 22:15:10 +0200
commitdad2701ac61d032289a79e69bb0e6ea47cb7323d (patch)
treefe741b0e31490dacc4ba99eea76545f7ba16faa1 /opendc-web/opendc-web-ui
parentc808a58099166a548b6c81f8f7100e5949cb044d (diff)
ui: Update disclaimer in footer
Diffstat (limited to 'opendc-web/opendc-web-ui')
-rw-r--r--opendc-web/opendc-web-ui/src/components/home/ContactSection.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/home/ContactSection.js b/opendc-web/opendc-web-ui/src/components/home/ContactSection.js
index 42bdab8a..d5c6e55f 100644
--- a/opendc-web/opendc-web-ui/src/components/home/ContactSection.js
+++ b/opendc-web/opendc-web-ui/src/components/home/ContactSection.js
@@ -39,11 +39,12 @@ const ContactSection = () => (
<div className="col text-center disclaimer mt-5 small">
<FontAwesome name="exclamation-triangle" size="2x" className="mr-2" />
<br />
+ <strong>Disclaimer: </strong>
OpenDC is an experimental tool. Your data may get lost, overwritten, or otherwise become unavailable.
<br />
The OpenDC authors should in no way be liable in the event this happens (see our{' '}
<strong>
- <a href="https://github.com/atlarge-research/opendc/blob/master/LICENSE.md">license</a>
+ <a href="https://github.com/atlarge-research/opendc/blob/master/LICENSE.txt">license</a>
</strong>
). Sorry for the inconvenience.
</div>