Skip to content

Commit

Permalink
- Added videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 committed Apr 21, 2024
1 parent 04fb1cd commit 91c28b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/activities.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fetch(
// Access properties of the activity object
console.log(activities[i][0]);
let htmlContent =
htmlStart + activities[i][3] + html1 + hobbyName + html2 + (i+1).toString() +
htmlStart + activities[i][3] + html1 + "30 credits" + html2 + (i+1).toString() +
html3 + activities[i][1] + html4 + activities[i][2] +
html5 + activities[i][0] + html6;

Expand Down

0 comments on commit 91c28b4

Please sign in to comment.