mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 19:13:33 +00:00
Minor changes
This commit is contained in:
@@ -233,7 +233,7 @@ function main(json) {
|
||||
const sourceSubtitle = source.querySelector(".row-subtitle");
|
||||
sourceTitle.innerText = json.name;
|
||||
sourceContainer.href = `index.html?source=${sourceURL}`;
|
||||
sourceSubtitle.innerText = json.description ?? "A cool AltStore source.";
|
||||
sourceSubtitle.innerText = json.description ?? "Tap to get started";
|
||||
}
|
||||
|
||||
function exit() {
|
||||
|
||||
Reference in New Issue
Block a user