From 0c30072edd32469ab73dca1d03ca2bb51485cb9f Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 16 Jul 2017 17:10:34 -0400 Subject: [PATCH] Promote @freeCodeCamp in the welcome panel --- assets/javascripts/templates/pages/root_tmpl.coffee.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index e7050bd2..bfb3f3d6 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -42,6 +42,7 @@ app.templates.intro = """
  • DevDocs is free and open source.
  • If you like the app, please consider supporting the project on Gratipay. Thanks! +
  • And if you're new to coding, check out freeCodeCamp's open source curriculum.

    Happy coding!