From 50c7c382d470f35d81e2ed1d14dc555b63c9d714 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Mon, 29 May 2023 22:54:23 -0700 Subject: [PATCH] Minor changes --- app.html | 6 +++--- css/app.css | 1 + js/app.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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() {