Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit a123c7a

Browse files
Update App.js
1 parent 4944e86 commit a123c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class App extends Component {
110110
<tr key={project.id}>
111111
<td>{showID ? project.id : "-"}</td>
112112
<td>{project.title}</td>
113-
<td style={{backgroundColor: project.color}}><a href={`https://scratch.mit.edu/users/${project.author}`}><img src={project.pfp.replace("60x60", "45x45").replace("50x50", "45x45")} className="pfp"></img><span className="verticalcenter">{" "}{project.author}</span></a></td>
113+
<td style={{backgroundColor: project.color}}><a href={`https://scratch.mit.edu/users/${project.author}`}><img src={project.pfp.replace("60x60", "45x45").replace("50x50", "45x45")} className="pfp"></img><span className="verticalcenter">{" "}{author}</span></a></td>
114114
<td>
115115
{created.toLocaleDateString()}{" "}
116116
{created.toLocaleTimeString()}

0 commit comments

Comments
 (0)