diff options
-rw-r--r-- | guix-qa-frontpage/view/home.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guix-qa-frontpage/view/home.scm b/guix-qa-frontpage/view/home.scm index ddefa8d..b2a4a7e 100644 --- a/guix-qa-frontpage/view/home.scm +++ b/guix-qa-frontpage/view/home.scm @@ -28,9 +28,6 @@ (div (@ (class "row two-element-row")) (section - (a (@ (href "/branch/staging")) - (h3 "branch: staging"))) - (section (a (@ (href "/branch/core-updates")) (h3 "branch: core-updates")))) |