From 9c1f3eea9a115167381ff3214c66be0960767b8f Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sun, 26 Oct 2014 14:43:51 -0700 Subject: [PATCH] speed up sidebar --- views/curriculum/curriculum.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/curriculum/curriculum.jade b/views/curriculum/curriculum.jade index b8c5622d437..2eecf439477 100644 --- a/views/curriculum/curriculum.jade +++ b/views/curriculum/curriculum.jade @@ -17,7 +17,7 @@ block content li Challenge #2 will show you how to start a pair programming session. Pair program as much as possible. It's more fun, and you'll learn better that way. p We're working to create more challenges. If you have an idea for a challenge you'd like us to implement,  a(href="https://twitter.com/intent/tweet?text=Hey%20@freecodecamp") tweet it to @freecodecamp. - .col-sm-12.col-md-4.col-xs-12.animated.fadeInDown.delay-3 + .col-sm-12.col-md-4.col-xs-12.animated.fadeInDown include ./../partials/challenges - .col-sm-12.col-md-4.col-xs-12.animated.fadeInUp.delay-3 + .col-sm-12.col-md-4.col-xs-12.animated.fadeInUp include ./../partials/courses \ No newline at end of file