From d3da494dff829d71ba8baaa633986a252c5b75f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 14 Apr 2017 17:47:29 +0200 Subject: website: Remove "beta" from the front page. * website/www.scm (main-page): Remove "(beta)" from the TEST button. Change "TEST" to "DOWNLOAD". --- website/www.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))) -- cgit v1.2.3