diff --git a/src/pages/course/[slug]/index.js b/src/pages/course/[slug]/index.js index 3fca943..36b4229 100644 --- a/src/pages/course/[slug]/index.js +++ b/src/pages/course/[slug]/index.js @@ -247,7 +247,16 @@ const Course = () => { {/* Content tab content */}
- {isDecrypting || decryptionLoading ? ( + {!isAuthorized ? ( +
+
+ +
+

+ This content is paid and needs to be purchased before viewing. +

+
+ ) : isDecrypting || decryptionLoading ? (