Skip to content

Commit 4ddcbff

Browse files
committed
Remove duplicate Harness paper link
1 parent c595c66 commit 4ddcbff

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/globals.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/project-showcase.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import { useState } from 'react';
4-
import { PiArrowRightBold, PiArrowUpRightBold, PiCheckCircle, PiCirclesThreePlus, PiCube, PiFileText, PiGauge, PiGlobeHemisphereEast, PiShieldCheck, PiSlidersHorizontal, PiStack, PiTerminalWindow, PiWarning } from 'react-icons/pi';
4+
import { PiArrowRightBold, PiCheckCircle, PiCirclesThreePlus, PiCube, PiFileText, PiGauge, PiGlobeHemisphereEast, PiShieldCheck, PiSlidersHorizontal, PiStack, PiTerminalWindow, PiWarning } from 'react-icons/pi';
55
import type { FeaturedProject } from './project-data';
66

77
const tinyModes = [
@@ -189,7 +189,7 @@ function HarnessShowcase({ project }: { project: FeaturedProject }) {
189189

190190
<section className="harness-evidence">
191191
<div className="evidence-number"><span>5,194</span><p>条完整执行轨迹,让评测从“答对没有”深入到“为什么失败”。</p></div>
192-
<div className="evidence-copy"><small>MY SCOPE</small><h3>我把运行过程变成可以追溯的证据</h3><p>{project.contribution}</p><a href={project.paperHref} target="_blank" rel="noopener noreferrer">阅读 Harness-Bench 论文 <PiArrowUpRightBold aria-hidden="true" /></a></div>
192+
<div className="evidence-copy"><small>MY SCOPE</small><h3>我把运行过程变成可以追溯的证据</h3><p>{project.contribution}</p></div>
193193
</section>
194194
</section>;
195195
}

0 commit comments

Comments
 (0)