From 6662009e5e0665d0380e727baa09ebe475a12764 Mon Sep 17 00:00:00 2001 From: Mehak Nasir Date: Thu, 30 Sep 2021 18:28:06 +0500 Subject: [PATCH] fix: fixed the ordering of pages and resources cards --- src/pages-and-resources/data/thunks.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages-and-resources/data/thunks.js b/src/pages-and-resources/data/thunks.js index cd0a2db1b..dbcce0bd2 100644 --- a/src/pages-and-resources/data/thunks.js +++ b/src/pages-and-resources/data/thunks.js @@ -20,6 +20,8 @@ const COURSE_APPS_ORDER = [ 'edxnotes', 'wiki', 'calculator', + 'custom_pages', + 'proctoring', 'textbooks', ];