We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d7d28c + 0b93c6a commit 635ca93Copy full SHA for 635ca93
src/sidepanel/App.tsx
@@ -177,9 +177,8 @@ function App() {
177
{step === 3 && (
178
<div>
179
<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>}
+ <p>今までの知識を使って、予約サイトでチケットを先に予約しよう!</p>
+
183
</div>
184
)}
185
vulnerable-web/top.html vulnerable-web/index.htmlvulnerable-web/top.html renamed to vulnerable-web/index.html
0 commit comments