summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-04-14 17:47:29 +0200
committerLudovic Courtès <ludo@gnu.org>2017-04-14 17:48:43 +0200
commitd3da494dff829d71ba8baaa633986a252c5b75f0 (patch)
tree5cac8305227c67ed9118044e8e828c5553695048
parentbf7054bf5d25605a8b961333e76e092ba7be8f01 (diff)
downloadguix-artwork-d3da494dff829d71ba8baaa633986a252c5b75f0.tar
guix-artwork-d3da494dff829d71ba8baaa633986a252c5b75f0.tar.gz
website: Remove "beta" from the front page.
* website/www.scm (main-page): Remove "(beta)" from the TEST button. Change "TEST" to "DOWNLOAD".
-rw-r--r--website/www.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm
index 0babe92..365f9c2 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -158,7 +158,7 @@ domain-specific languages (EDSLs) to "
(div (@ (class "featured-actions"))
(a (@ (href ,(base-url "download"))
(class "action download"))
- "TEST v" ,(latest-guix-version) " (beta)")
+ "DOWNLOAD v" ,(latest-guix-version))
(a (@ (href ,(base-url "contribute"))
(class "action contribute"))
"CONTRIBUTE"))))