Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAstraea committed May 17, 2024
1 parent 29d8141 commit d799298
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/javascripts/discourse/components/custom-modal.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<DModal @title="Socratic Bot" @closeModal={{@closeModal}}>
<DModal @title={{html-safe (concat "Socratic Bot " (d-icon "socratic-icon"))}} @closeModal={{@closeModal}}>
<:body>
<p>About socratic</p>
<p>Text Value: {{@model.textValue}}</p>
<p>encodedTextValue Value: {{@model.Url}}</p>
<p>By proceeding, you'll be redirected to a third-party application. Here, you can critically analyze your post to identify any fallacies or biases, ensuring your content is clear and impactful.</p>
<p> <b>Your text:</b> {{@model.textValue}}</p>
</:body>
<:footer>
<a class="btn btn-icon-text btn-primary create" href={{@model.Url}} target="_blank">
Expand Down

0 comments on commit d799298

Please sign in to comment.