Minor changes

This commit is contained in:
foxster-mp4
2023-05-29 22:54:23 -07:00
parent 656b51a46c
commit 50c7c382d4
3 changed files with 5 additions and 4 deletions

View File

@@ -100,12 +100,12 @@
</div>
<div id="source" class="section">
<div class="header">
<h2>Discover More From</h2>
<h2>Discover More On</h2>
</div>
<a class="container" target="_blank">
<div class="row">
<p class="row-title">Unknown</p>
<p class="row-subtitle">Source</p>
<p class="row-title">Hello, World!</p>
<p class="row-subtitle">The quick brown fox jumps over the lazy dog.</p>
</div>
<i class="bi bi-arrow-up-right-square"></i>
</a>

View File

@@ -178,6 +178,7 @@ a {
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0.55em 0;
}
#source .row>.row-title {

View File

@@ -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() {