Skip to content

Commit

Permalink
update to use stg discourse for comment testing
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Dec 11, 2023
1 parent 4916171 commit be0abc8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
align-content: center;
margin: auto;
}

iframe#discourse-embed-frame {
height: 200px !important;
}
11 changes: 8 additions & 3 deletions src/components/video-library/VideoComments/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ import React, {useEffect} from 'react';

const DiscourseEmbed = () => {
useEffect(() => {
window.DiscourseEmbed = {
discourseUrl: 'https://developer.sailpoint.com/discuss/',
topicId: 22376,
// window.DiscourseEmbed = {
// discourseUrl: 'https://developer.sailpoint.com/discuss/',
// topicId: 22376,
// };

window.DiscourseEmbed = {
discourseUrl: 'https://developer.identitysoon.com/discuss',
topicId: 627,
};

const d = document.createElement('script');
Expand Down

0 comments on commit be0abc8

Please sign in to comment.