Skip to content

Commit e05564f

Browse files
fix typo
1 parent dc68d75 commit e05564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h5 class="card-title text-truncate" style="margin-bottom: 0; color: darkgreen;"
7979

8080
function loadProject(id, data) {
8181
const projectName = data[id].slice(data[id].indexOf("/") + 1, data[id].lastIndexOf("/"));
82-
const project = `projects/${data[id].slice(0, data[id].indexOf("/"))}/${projectName}}/${projectName}.sb3`
82+
const project = `projects/${data[id].slice(0, data[id].indexOf("/"))}/${projectName}/${projectName}.sb3`
8383
const html = `
8484
<h1>${data[id].slice(data[id].indexOf("/") + 1, data[id].lastIndexOf("/"))}</h1>
8585
<h5 style="margin: 0; padding-bottom: 25px">${data[id].slice(0, data[id].indexOf("/"))}</h5>

0 commit comments

Comments
 (0)