twitter spaces and a ton of improvements
This commit is contained in:
@@ -5,7 +5,7 @@ export function changelogHistory() { // blockId 0
|
||||
let render = ``;
|
||||
|
||||
for (let i in history) {
|
||||
render += `<div id="popup-desc" class="changelog-subtitle">${history[i]["title"]}</div><div id="popup-desc" class="desc-padding">${history[i]["content"]}</div>`
|
||||
render += `<div id="popup-desc" class="changelog-subtitle">${history[i]["title"]} (${history[i]["version"]})</div><div id="popup-desc" class="desc-padding">${history[i]["content"]}</div>`
|
||||
}
|
||||
return render;
|
||||
}
|
||||
Reference in New Issue
Block a user