[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: Remove "beta" from the front page.
From: |
Ludovic Courtès |
Subject: |
01/01: website: Remove "beta" from the front page. |
Date: |
Fri, 14 Apr 2017 11:49:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit d3da494dff829d71ba8baaa633986a252c5b75f0
Author: Ludovic Courtès <address@hidden>
Date: Fri Apr 14 17:47:29 2017 +0200
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"))))