Skip to content

Commit 1640fb8

Browse files
Patrick SmithPatrick Smith
authored andcommitted
Fix web standards header
1 parent c48633d commit 1640fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/controllers/web_standards_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ defmodule ComponentsGuideWeb.WebStandardsView do
2323
alias ComponentsGuideWeb.ThemeView
2424

2525
def header_styles() do
26-
ThemeView.gradient(:green)
26+
ThemeView.banner_styles(:web_standards)
2727
end
2828
end

0 commit comments

Comments
 (0)