Skip to content

Commit 0640721

Browse files
committed
update
1 parent 6ce4291 commit 0640721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ export default async function Home() {
154154
<div className="flex flex-col">
155155
<span className="flex items-center gap-2">
156156
{row.model}
157-
{index === 0 && <Trophy className="w-3 h-3 text-yellow-500" />}
157+
{/* {index === 0 && <Trophy className="w-3 h-3 text-yellow-500" />}
158158
{row.isNew && (
159159
<span className="px-1.5 py-0.5 rounded text-[10px] font-bold bg-blue-500/10 text-blue-500 border border-blue-500/20">
160160
NEW
161161
</span>
162-
)}
162+
)} */}
163163
</span>
164164
</div>
165165
</td>

0 commit comments

Comments
 (0)