Skip to content

Commit

Permalink
♻️ Added comments headers (#1602)
Browse files Browse the repository at this point in the history
* added comments header

* Update src/components/comments/comments.js

Co-authored-by: Brady Stroud [SSW] <[email protected]>

* Update src/components/discussion/discussion.js

Co-authored-by: Brady Stroud [SSW] <[email protected]>

---------

Co-authored-by: Brady Stroud [SSW] <[email protected]>
  • Loading branch information
babakamyljanovssw and bradystroud authored Oct 29, 2024
1 parent 9a65312 commit fd55ca7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/comments/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Comments = (props) => {
};
return (
<div className="discussion-box">
<h3>⏳ Disqus comments</h3>
<Disqus config={disqusConfig} />
</div>
);
Expand Down
1 change: 1 addition & 0 deletions src/components/discussion/discussion.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PropTypes from 'prop-types';
const Discussion = (props) => {
return (
<div className="discussion-box">
<h3>✨ Giscus comments</h3>
<Giscus
id="comments"
repo="SSWConsulting/SSW.Rules.Content"
Expand Down
4 changes: 4 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1666,6 +1666,10 @@ div.bad-example {
padding: 1rem 1.5rem;
}

.discussion-box h3 {
color: #cc4141;
}

/* 404 page
-------------------------------------------------- */

Expand Down

0 comments on commit fd55ca7

Please sign in to comment.