diff options
author | Christopher Baines <mail@cbaines.net> | 2023-04-18 21:59:21 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-04-18 21:59:21 +0100 |
commit | 5ec130d142a8a40537d065ce2a470a9388ff3c36 (patch) | |
tree | 81d909b66da95ab66fd5474b266b56f78aa6e57f /guix-qa-frontpage | |
parent | 2a24153a96499b8c1d32921f3a2390e465e6ef63 (diff) | |
download | qa-frontpage-5ec130d142a8a40537d065ce2a470a9388ff3c36.tar qa-frontpage-5ec130d142a8a40537d065ce2a470a9388ff3c36.tar.gz |
Remove staging from the home page
As the branch no longer exists.
Diffstat (limited to 'guix-qa-frontpage')
-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")))) |