civodul pushed a commit to branch master
in repository guix-artwork.
commit 94d89e99ce7fcb9fcbec880e08f60222ecd401c5
Author: Ludovic Courtès <[email protected]>
Date: Sun Jul 30 22:21:05 2017 +0200
website: "download", not "test".
* website/apps/base/templates/home.scm (home-t): "DOWNLOAD", not "TEST".
---
website/apps/base/templates/home.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/apps/base/templates/home.scm
b/website/apps/base/templates/home.scm
index 3c31b4e..19183cd 100644
--- a/website/apps/base/templates/home.scm
+++ b/website/apps/base/templates/home.scm
@@ -87,7 +87,7 @@
(div
(@ (class "action-box centered-text"))
,(button-big
- #:label (string-append "TEST v" (latest-guix-version))
+ #:label (string-append "DOWNLOAD v" (latest-guix-version))
#:url (guix-url "download/")
#:light #true)
" " ; A space for readability in non-CSS browsers.