Skip to content

Commit 635ca93

Browse files
Merge pull request #20 from ut-code/lv5connection
名称変更
2 parents 1d7d28c + 0b93c6a commit 635ca93

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/sidepanel/App.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,8 @@ function App() {
177177
{step === 3 && (
178178
<div>
179179
<h2>問題5</h2>
180-
<p>一つ目のレビューを、CSSを使って非表示にしてみよう!</p>
181-
{result && <div className={result.ok ? "result-ok" : "result-ng"}><h3>判定: {result.ok ? '正解!' : '不正解'}</h3><p>{result.details}</p>{result.ok && <p>次の問題へ進みます...</p>}</div>}
182-
{!result && <p className="hint">ヒント:DevToolsのスタイルパネルで <code>display: none;</code> を追加してみよう。</p>}
180+
<p>今までの知識を使って、予約サイトでチケットを先に予約しよう!</p>
181+
183182
</div>
184183
)}
185184
</div>

0 commit comments

Comments
 (0)