style: capitalize "loading" lottie-player labels

@StarManTheGamer begged me
This commit is contained in:
Index 2024-06-29 17:46:40 -05:00
parent 5c3ef39e37
commit d3a038bc42
2 changed files with 2 additions and 2 deletions

View file

@ -357,7 +357,7 @@ async function HoardersList(min, avatars) {
TabContent.classList = 'd-none'; TabContent.classList = 'd-none';
TabContent.innerHTML = ` TabContent.innerHTML = `
<small class="d-block text-center text-muted" style="font-size: 0.8rem;"> <small class="d-block text-center text-muted" style="font-size: 0.8rem;">
loading... (this may take a few seconds) Loading... (this may take a few seconds)
</small> </small>
<lottie-player id="avatar-loading" src="https://c0.ptacdn.com/static/images/lottie/poly-brick-loading.2b51aa85.json" background="transparent" speed="1" style="width: 20%;height: auto;margin: -16px auto 50px;margin-top: 0px;" loop="" autoplay=""></lottie-player> <lottie-player id="avatar-loading" src="https://c0.ptacdn.com/static/images/lottie/poly-brick-loading.2b51aa85.json" background="transparent" speed="1" style="width: 20%;height: auto;margin: -16px auto 50px;margin-top: 0px;" loop="" autoplay=""></lottie-player>
`; `;

View file

@ -100,7 +100,7 @@ const PlaceAllowlist = [
const EventCard = document.getElementById('p+greatdivide_card') const EventCard = document.getElementById('p+greatdivide_card')
EventCard.innerHTML = ` EventCard.innerHTML = `
<small class="d-block text-center text-muted" style="font-size: 0.8rem;"> <small class="d-block text-center text-muted" style="font-size: 0.8rem;">
loading... Loading...
</small> </small>
<lottie-player id="avatar-loading" src="https://c0.ptacdn.com/static/images/lottie/poly-brick-loading.2b51aa85.json" background="transparent" speed="1" style="width: 20%;height: auto;margin: -16px auto 50px;margin-top: 0px;" loop="" autoplay=""></lottie-player> <lottie-player id="avatar-loading" src="https://c0.ptacdn.com/static/images/lottie/poly-brick-loading.2b51aa85.json" background="transparent" speed="1" style="width: 20%;height: auto;margin: -16px auto 50px;margin-top: 0px;" loop="" autoplay=""></lottie-player>
` `