Skip to content

Commit 3c01eb2

Browse files
authored
Merge pull request #3486 from ericrosenbaum/bugfix/unique-tutorial-ids
Make tutorial ids unique
2 parents e2f1e37 + d6cb0aa commit 3c01eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/libraries/decks/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default {
237237
]
238238
}
239239
],
240-
urlId: 2
240+
urlId: 16
241241
},
242242

243243
'cartoon-network': {
@@ -348,7 +348,7 @@ export default {
348348
]
349349
}
350350
],
351-
urlId: 3
351+
urlId: 17
352352
},
353353
'animate-a-name': {
354354
name: (

0 commit comments

Comments
 (0)