Skip to content

Commit

Permalink
🩹 テキスト内容を修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
shirotamaki committed Oct 10, 2023
1 parent b7cae1a commit e687809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Faq = () => {
</h2>
<p className='text-xs sm:text-sm flex flex-row leading-5 md:leading-6'>
<div className='mr-2'>A.</div>
<div>いいえ、他のユーザーには写真は公開されません。</div>
<div>他のユーザーには写真は公開されません。</div>
</p>
</li>
<li className='mb-10 pb-2 border-b border-gray-400'>
Expand All @@ -85,7 +85,7 @@ const Faq = () => {
</h2>
<p className='text-xs sm:text-sm flex flex-row leading-5 md:leading-6'>
<div className='mr-2'>A.</div>
<div>いいえ、ありません。</div>
<div>ありません。</div>
</p>
</li>
<li className='mb-10 pb-2 border-b border-gray-400'>
Expand Down

0 comments on commit e687809

Please sign in to comment.