mirror of
https://codeberg.org/crowci/pages.git
synced 2025-04-18 04:44:02 +03:00
update docs
This commit is contained in:
parent
06ec004953
commit
132e95025f
@ -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'];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user