From 21d9d3a48a2e9d79b4132be633a3da5048aad67e Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sun, 1 Feb 2026 01:27:30 +0000 Subject: [PATCH] Update GitHub link in footer to point to the new repository location --- app/views/shared/_footer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml index 77fc306..41862e8 100644 --- a/app/views/shared/_footer.html.haml +++ b/app/views/shared/_footer.html.haml @@ -6,7 +6,7 @@ = svg 'facebook', 'facebook logo' .github =_'links.footer.text.Help_contribute' do |title| - %a{href: 'https://github.com/bikebike/BikeBike', target: :_blank, title: title} + %a{href: 'https://git.bikeshopi.dev/bike/BikeBikeBike', target: :_blank, title: title} = svg 'github', 'github logo' .user-controls - if logged_in?