mirror of
https://github.com/Findus23/RainbowRoad.git
synced 2024-09-13 09:03:51 +02:00
fix date
This commit is contained in:
parent
1874fb0d50
commit
8e798535f2
1 changed files with 2 additions and 1 deletions
|
@ -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 = "*"
|
||||
|
|
Loading…
Reference in a new issue