Skip to content

Commit 8ffc945

Browse files
authored
Update page.tsx
Stupid errors
1 parent a015592 commit 8ffc945

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
src={`/img/research/${research.image}`}
6868
alt={research.title}
6969
className="rounded-lg mr-5 min-w-[900px]"
70-
style=style={{ width: "100%", height: "auto" }}
70+
style={{ width: "100%", height: "auto" }}
7171
/>
7272
) : (
7373
<div className="rounded-lg w-96 h-56 bg-gray-300 flex items-center justify-center mr-5">

0 commit comments

Comments
 (0)