Skip to content

Commit

Permalink
change the comment box position from bottom to top
Browse files Browse the repository at this point in the history
  • Loading branch information
babakamyljanovssw committed Nov 5, 2024
1 parent f4fe309 commit c17a45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/discussion/discussion.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Discussion = (props) => {
term={props.ruleGuid}
reactionsEnabled="1"
emitMetadata="0"
inputPosition="bottom"
inputPosition="top"
theme="light"
lang="en"
loading="lazy"
Expand Down

0 comments on commit c17a45e

Please sign in to comment.