Skip to content

Commit

Permalink
SMA 111 fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Johna91 committed Apr 30, 2024
1 parent db7128b commit f8402f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/components/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function UserCard({ user, summary }: UserCardProp) {
<div className="user-card">
<div className="row">
<div className="col profile-details">
<img src="\pictures\michael-dam-mEZ3PoFGs_k-unsplash.jpg" />
<img src="\assets\michael-dam-mEZ3PoFGs_k-unsplash.jpg" />
<ul>
<li>
<h4>{user.name}</h4>
Expand Down

0 comments on commit f8402f4

Please sign in to comment.