Skip to content

Commit 9a3b42b

Browse files
authored
Update page.tsx
Solution 3b - final
1 parent c867148 commit 9a3b42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/research/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function Research() {
6767
<img
6868
src={`/img/research/${research.image}`}
6969
alt={research.title}
70-
className="w-full h-full object-contain"
70+
className="w-full h-full object-cover"
7171
/>
7272
</div>
7373
) : (

0 commit comments

Comments
 (0)