Skip to content

Commit

Permalink
Add bug report form to riders' sidebar (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman authored Apr 25, 2024
1 parent 8d0c5d7 commit 18638c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bike_brigade_web/components/layouts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ defmodule BikeBrigadeWeb.Layouts do
%{name: "Home", link: ~p"/home", icon: :home, current_page: :home},
%{name: "Delivery Signup", link: ~p"/campaigns/signup", icon: :inbox, current_page: :campaigns_signup},
%{name: "Itinerary", link: ~p"/itinerary", icon: :calendar_days, current_page: :itinerary},
%{name: "Leaderboard", link: ~p"/leaderboard", icon: :trophy, current_page: :leaderboard}
%{name: "Leaderboard", link: ~p"/leaderboard", icon: :trophy, current_page: :leaderboard},
%{name: "Report a Bug", link: "https://form.jotform.com/241016644856054", icon: :bug_ant, current_page: nil}
]
end

Expand Down

0 comments on commit 18638c1

Please sign in to comment.