From 52e7103ae8175625aa7848b8c1f4233d3e999327 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zoe=CC=88=20Bentley?= <zoe.bentley.1@gmail.com>
Date: Tue, 8 Sep 2020 10:47:17 -0400
Subject: [PATCH] Change linking of 5 tutorials to make tutorial links more
 evenly balanced

---
 src/lib/libraries/decks/index.jsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/libraries/decks/index.jsx b/src/lib/libraries/decks/index.jsx
index e54a96071..5dbf8465b 100644
--- a/src/lib/libraries/decks/index.jsx
+++ b/src/lib/libraries/decks/index.jsx
@@ -710,7 +710,7 @@ export default {
             image: 'animateCharChangeColor'
         }, {
             deckIds: [
-                'Chase-Game',
+                'code-cartoon',
                 'Tell-A-Story'
             ]
         }
@@ -1463,7 +1463,7 @@ export default {
         }, {
             deckIds: [
                 'animate-a-name',
-                'Make-Music'
+                'talking'
             ]
         }
         ],
@@ -1899,7 +1899,7 @@ export default {
             image: 'switchCostumes'
         }, {
             deckIds: [
-                'add-a-backdrop',
+                'imagine',
                 'add-effects'
             ]
         }],
@@ -1938,7 +1938,7 @@ export default {
             image: 'moveArrowKeysUpDown'
         }, {
             deckIds: [
-                'add-a-backdrop',
+                'make-it-fly',
                 'switch-costume'
             ]
         }],
@@ -1970,7 +1970,7 @@ export default {
         }, {
             deckIds: [
                 'add-a-backdrop',
-                'switch-costume'
+                'code-cartoon'
             ]
         }],
         urlId: 'add-effects'
-- 
GitLab