1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-18 14:53:51 +02:00
This commit is contained in:
Lukas Winkler 2023-02-01 21:08:32 +01:00
parent 1874fb0d50
commit 8e798535f2
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -49,8 +49,9 @@ export function createDateWithDisclaimer(sources: Source[]): HTMLDivElement {
disclaimerP.style.display = "none"
if (dates.length > 0) {
dateP.innerText = prettyDate(dates[0])
} else {
dateP.innerText = "Datum unbekannt"
}
dateP.innerText = "Datum unbekannt"
const starLink = createElement("a")
starLink.href = "#"
starLink.innerText = "*"