summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/home/ContactSection.js
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-09 14:14:45 +0200
committerGitHub <noreply@github.com>2021-05-09 14:14:45 +0200
commit4f1c48bf32ded0ce1277b6483bdac7ec489f055f (patch)
tree1a2c7c09fb87731086ddcdb6570f710ad5cd56b2 /opendc-web/opendc-web-ui/src/components/home/ContactSection.js
parentfb84d53278fa59a7c7a95538747563a0aed692a2 (diff)
parentf79c0872ddfcbe02a7bcc498b4a9d5d202caccd2 (diff)
ui: Update OpenDC homepage
This pull request contains various updates to the opendc.org homepage, in order to reflect the updates from OpenDC 2.0.
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/home/ContactSection.js')
-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>