1
0
mirror of https://codeberg.org/crowci/pages.git synced 2025-04-18 04:44:02 +03:00

update docs

This commit is contained in:
pat-s 2025-02-20 09:02:19 +01:00
parent 06ec004953
commit 132e95025f
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

@ -15,8 +15,9 @@ document$.subscribe(async () => {
const forks = document.createElement('li');
forks.className = 'md-source__fact md-source__fact--forks';
const tag = data?.gb?.tag;
const tag = data['version'];
version.innerText = tag !== undefined ? tag : 'unreleased';
stars.innerText = data['stars'];
forks.innerText = data['forks'];