diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-08 22:15:10 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-08 22:15:10 +0200 |
| commit | dad2701ac61d032289a79e69bb0e6ea47cb7323d (patch) | |
| tree | fe741b0e31490dacc4ba99eea76545f7ba16faa1 /opendc-web/opendc-web-ui/src/components/home | |
| parent | c808a58099166a548b6c81f8f7100e5949cb044d (diff) | |
ui: Update disclaimer in footer
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/home')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ContactSection.js | 3 |
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> |
