Skip to content

Commit 365acce

Browse files
committed
use svg logo
1 parent fa268c0 commit 365acce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_header.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%header
2-
= navbar container: "lg", expand_at: "md", bg: "dark", brand: "RubyDocs" do
2+
= navbar container: "lg", expand_at: "md", bg: "dark", brand: inline_svg("logo.svg") do
33
= navbar_collapse class: "justify-content-end" do
44
= navbar_group do
55
= navbar_item tag.i(class: %w(fab fa-xl fa-github)), "https://github.com/rubydocs/app", {}, target: "_blank"

0 commit comments

Comments
 (0)