We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6248f8c commit bff4cc6Copy full SHA for bff4cc6
app/views/shared/_header.html.haml
@@ -2,4 +2,4 @@
2
= navbar container: "lg", expand_at: "md", bg: "dark", brand: "RubyDocs" do
3
= navbar_collapse class: "justify-content-end" do
4
= navbar_group do
5
- = navbar_item tag.i(class: %w(fab fa-github)), "https://github.com/rubydocs/app", {}, target: "_blank"
+ = navbar_item tag.i(class: %w(fab fa-xl fa-github)), "https://github.com/rubydocs/app", {}, target: "_blank"
0 commit comments