From 1f2f2e72a784a3d8cec2e099503b3f4552073fd7 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 4 Feb 2018 16:25:13 -0500 Subject: [PATCH] fix --- AJAXRedux.md | 2 -- Comments.md | 2 -- CommentsRedux.md | 2 -- CommentsRedux2.md | 2 -- ES6.md | 2 -- README.md | 2 -- ReactBasics.md | 2 -- ReactRouter.md | 2 -- Redux.md | 2 -- Tools.md | 2 -- Webpack.md | 2 -- 11 files changed, 22 deletions(-) diff --git a/AJAXRedux.md b/AJAXRedux.md index 5cc6dbb..5ce6a9e 100755 --- a/AJAXRedux.md +++ b/AJAXRedux.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Using AJAX With Redux ## Lesson Objectives diff --git a/Comments.md b/Comments.md index dc01b4b..29a76fc 100755 --- a/Comments.md +++ b/Comments.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Comments Component Build This builds off of what was built by the end of [the Webpack Lesson](Webpack.md). diff --git a/CommentsRedux.md b/CommentsRedux.md index b3919db..02d27ce 100755 --- a/CommentsRedux.md +++ b/CommentsRedux.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Integrate Comments Component With Redux ## Lesson Objectives diff --git a/CommentsRedux2.md b/CommentsRedux2.md index e053379..eb3d23b 100755 --- a/CommentsRedux2.md +++ b/CommentsRedux2.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Integrate Redux Into Comments Part 2 The last section works, but there are some optimizations we can make diff --git a/ES6.md b/ES6.md index 6ead97e..71496b6 100755 --- a/ES6.md +++ b/ES6.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # ES6 - The Future Is Now! (Sort of) ## Lesson Objectives diff --git a/README.md b/README.md index 357b363..271b529 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Training Layout 1. Day 1: [Intro To ES6](/ES6.md) diff --git a/ReactBasics.md b/ReactBasics.md index bc5b22d..7d6e357 100755 --- a/ReactBasics.md +++ b/ReactBasics.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Intro to React # Lesson Objectives diff --git a/ReactRouter.md b/ReactRouter.md index a64d808..dafbbba 100755 --- a/ReactRouter.md +++ b/ReactRouter.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # React router ## Lesson Objectives diff --git a/Redux.md b/Redux.md index 679a48c..013a1f7 100755 --- a/Redux.md +++ b/Redux.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Intro to Redux ## Lesson Objectives diff --git a/Tools.md b/Tools.md index 6493462..9079412 100755 --- a/Tools.md +++ b/Tools.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Tools ## Lesson Objectives diff --git a/Webpack.md b/Webpack.md index c109744..9e33b92 100755 --- a/Webpack.md +++ b/Webpack.md @@ -1,5 +1,3 @@ -![In Rhythm](logo.gif) - # Webpack - Webpack assembles your code and uses plug-ins to add additional features