diff options
author | Zach van Rijn <me@zv.io> | 2021-05-31 21:48:42 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-31 21:48:42 -0500 |
commit | aebd6f6552c686374aedd72db32315b86aca5446 (patch) | |
tree | 064ffc1becb3c776da214e0046ab72b05d022622 /src/contribute | |
parent | 35e3f4c2df51db5609fd8bf15d9f5e985673a490 (diff) | |
download | site-ng-aebd6f6552c686374aedd72db32315b86aca5446.tar.gz site-ng-aebd6f6552c686374aedd72db32315b86aca5446.tar.bz2 site-ng-aebd6f6552c686374aedd72db32315b86aca5446.tar.xz site-ng-aebd6f6552c686374aedd72db32315b86aca5446.zip |
Point Quick Start to the GitLab Wiki. Update donation text.
Diffstat (limited to 'src/contribute')
-rw-r--r-- | src/contribute/donate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contribute/donate.html b/src/contribute/donate.html index adc963f..355f887 100644 --- a/src/contribute/donate.html +++ b/src/contribute/donate.html @@ -34,7 +34,7 @@ __HEADER__ <div class="row"> <div class="col-12 col-md-10 coffset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3"> <h1 class="display-4 font-weight-bold">Coming Soon</h1> - <h5 class="font-weight-light text-black-05">We're not quite ready to share this.</h5> + <h5 class="font-weight-light text-black-05">We're not quite ready to accept donations.</h5> <a class="button button-xl button-radius button-reveal-left-grey margin-top-30" href="/"><i class="fas fa-home"></i><span>Home</span></a> </div> </div><!-- end row --> |