Skip to content

Commit

Permalink
Update Developer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Moore-UOA authored Oct 9, 2024
1 parent 0da3006 commit 06acd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/main/Developer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import linkedinLogo from "../../../public/assets/linkedin_logo.png"
//import linkedinLogo from "../../../public/assets/linkedin_logo.png"
const Developer = ({firstName, lastName, major, profilePic, role, yearLevel, linkedin}:any) => {
return (
<div className="
Expand Down Expand Up @@ -26,4 +26,4 @@ const Developer = ({firstName, lastName, major, profilePic, role, yearLevel, lin
</div>
)
}
export default Developer;
export default Developer;

0 comments on commit 06acd79

Please sign in to comment.