mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
website: use date instead of version for listing logs
This commit is contained in:
parent
a03f5c5e6b
commit
7fd8ac8265
@ -311,7 +311,7 @@
|
||||
const link = document.createElement("a");
|
||||
link.classList.add("nav-link");
|
||||
|
||||
link.textContent = version.version;
|
||||
link.textContent = new Date(1000 * version.created).toISOStringShort();
|
||||
link.href = "#";
|
||||
link.onclick = _ => {
|
||||
const logs = data
|
||||
|
Loading…
Reference in New Issue
Block a user