We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa268c0 commit 365acceCopy full SHA for 365acce
app/views/shared/_header.html.haml
@@ -1,5 +1,5 @@
1
%header
2
- = navbar container: "lg", expand_at: "md", bg: "dark", brand: "RubyDocs" do
+ = navbar container: "lg", expand_at: "md", bg: "dark", brand: inline_svg("logo.svg") do
3
= navbar_collapse class: "justify-content-end" do
4
= navbar_group do
5
= navbar_item tag.i(class: %w(fab fa-xl fa-github)), "https://github.com/rubydocs/app", {}, target: "_blank"
0 commit comments