We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce4291 commit 0640721Copy full SHA for 0640721
site/app/page.tsx
@@ -154,12 +154,12 @@ export default async function Home() {
154
<div className="flex flex-col">
155
<span className="flex items-center gap-2">
156
{row.model}
157
- {index === 0 && <Trophy className="w-3 h-3 text-yellow-500" />}
+ {/* {index === 0 && <Trophy className="w-3 h-3 text-yellow-500" />}
158
{row.isNew && (
159
<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">
160
NEW
161
</span>
162
- )}
+ )} */}
163
164
</div>
165
</td>
0 commit comments