From 01f1eda4fa3301ef56eb32718f6b326500d3091f Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Mon, 11 Feb 2019 09:55:36 -0500 Subject: [PATCH] Stop using an iframe for the GitHub star button --- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 7adce7fd..f8573805 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -39,7 +39,7 @@ app.templates.intro = """
  • DevDocs works offline, on mobile, and can be installed on Chrome.
  • For the latest news, follow @DevDocs.
  • DevDocs is free and open source. - +
  • And if you're new to coding, check out freeCodeCamp's open source curriculum.

    Happy coding!