Skip to content

Commit

Permalink
Update src/actions/guides/frontend/rendering_html.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Woertink <[email protected]>
  • Loading branch information
wout and jwoertink authored Oct 19, 2023
1 parent f11a1f1 commit 29f5657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/guides/frontend/rendering_html.cr
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class Guides::Frontend::RenderingHtml < GuideAction
end
li data_current: current_page?(Dashboard::Index) do
link "Your dashboard", to: Dashboard::Index,
link "Your dashboard", to: Dashboard::Index
end
li data_current: current_page?(Me::Show) do
Expand Down

0 comments on commit 29f5657

Please sign in to comment.