diff --git a/src/pages/index.js b/src/pages/index.js index 04e74c2..47860c4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -20,6 +20,18 @@ export default () => (
+ As it was requested by some people over the last years, we finally + created a{" "} + + donation link (PayPal). + {" "} + All the donated money will go 100% towards keeping up the servers and + running other community related projects in the future. However our + services will continue to be freely available for anyone. -{" "} + Thank you to everyone who donated. +
For help with any community related matters, please contact one of our diff --git a/src/styles/global.css b/src/styles/global.css index 0e6edf0..0a0bfe4 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -24,3 +24,7 @@ a:hover { margin-left: 10%; margin-right: 10%; } + +ul { + list-style: none; +}