Skip to content

Commit af30260

Browse files
davidagustinclaude
andcommitted
fix: make table thumbnails even larger (w-72 h-48)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ec9e76 commit af30260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ const TableView: React.FC<{
344344
<td className="px-5 py-6">
345345
<ProjectThumbnail
346346
project={project}
347-
className="w-48 h-32 rounded-lg flex-shrink-0"
347+
className="w-72 h-48 rounded-lg flex-shrink-0"
348348
/>
349349
</td>
350350
<td className="px-5 py-6">

0 commit comments

Comments
 (0)