Skip to content

Commit 93b61cd

Browse files
committed
Add basic intro
1 parent 2c5dd33 commit 93b61cd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/components_guide_web/controllers/robust_javascript_interactivity_controller.ex

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

2525
def header_styles() do
26-
ThemeView.banner_styles(:web_standards)
26+
ThemeView.banner_styles(:robust_javascript_interactivity)
2727
end
2828
end
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# What goes wrong with interactive JavaScript apps?
2+

0 commit comments

Comments
 (0)