We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82b87b commit 2553497Copy full SHA for 2553497
app/terminal/page.tsx
@@ -83,14 +83,14 @@ export default function RuntimeTestPage() {
83
<p className="mt-8">
84
{new URLSearchParams(searchParams).has("grep") && (
85
<>
86
- 一部のテスト結果のみ表示しています:
+ 一部のテストだけを実行します:
87
<code className="ml-2 font-mono">
88
{new URLSearchParams(searchParams).get("grep")}
89
</code>
90
{/* eslint-disable-next-line @next/next/no-html-link-for-pages */}
91
- <a className="ml-4 btn btn-primary" href="/terminal">
+ <a className="ml-4 link link-info" href="/terminal">
92
{/* aタグでページをリロードしないと動作しない。 */}
93
- 全体を再実行
+ フィルタを解除
94
</a>
95
</>
96
)}
0 commit comments