diff --git a/app.html b/app.html index fd51999..4bf65e4 100644 --- a/app.html +++ b/app.html @@ -100,12 +100,12 @@
-

Discover More From

+

Discover More On

-

Unknown

-

Source

+

Hello, World!

+

The quick brown fox jumps over the lazy dog.

diff --git a/css/app.css b/css/app.css index 6f0018f..8752048 100644 --- a/css/app.css +++ b/css/app.css @@ -178,6 +178,7 @@ a { flex-direction: row; justify-content: space-between; align-items: center; + margin: 0.55em 0; } #source .row>.row-title { diff --git a/js/app.js b/js/app.js index df83151..876c11d 100644 --- a/js/app.js +++ b/js/app.js @@ -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() {