Skip to content

Commit

Permalink
fix(submit-issue): escape quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya authored Oct 10, 2023
1 parent e8a543a commit f639c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/stop-enter-submit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default async function Page() {
className="rounded-md border bg-gray-500"
/>

<p>If you have difficulty understanding the problem even after watching the video, imagine a situation where "the space key acts as a send trigger." It's like when you try to type "I am Taro", and just after typing "I", it gets sent.</p>
<p>{`If you have difficulty understanding the problem even after watching the video, imagine a situation where "the space key acts as a send trigger." It's like when you try to type "I am Taro", and just after typing "I", it gets sent.`}</p>

<h2>To Reproduce</h2>

Expand Down

0 comments on commit f639c8b

Please sign in to comment.