diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-14 17:47:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-14 17:48:43 +0200 |
commit | d3da494dff829d71ba8baaa633986a252c5b75f0 (patch) | |
tree | 5cac8305227c67ed9118044e8e828c5553695048 | |
parent | bf7054bf5d25605a8b961333e76e092ba7be8f01 (diff) | |
download | guix-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.scm | 2 |
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")))) |