Skip to content

Commit

Permalink
Merge pull request #47 from HULKs/update_year
Browse files Browse the repository at this point in the history
Update year referring to imprint and data privacy
  • Loading branch information
schmidma authored Dec 1, 2023
2 parents 1468bc3 + b32f50a commit 5058673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/mopad.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class Login {
const imprintElement = footerElement.appendChild(
document.createElement("a")
);
imprintElement.href = "https://rohow.de/2020/de/imprint.html";
imprintElement.href = "https://rohow.de/2023/de/imprint.html";
imprintElement.target = "_blank";
imprintElement.rel = "noreferrer";
imprintElement.innerText = "Imprint/Impressum";
Expand All @@ -344,7 +344,7 @@ class Login {
const privacyPolicyElement = footerElement.appendChild(
document.createElement("a")
);
privacyPolicyElement.href = "https://rohow.de/2020/de/privacy_policy.html";
privacyPolicyElement.href = "https://rohow.de/2023/de/privacy_policy.html";
privacyPolicyElement.target = "_blank";
privacyPolicyElement.rel = "noreferrer";
privacyPolicyElement.innerText = "Privacy Policy/Datenschutzerklärung";
Expand Down

0 comments on commit 5058673

Please sign in to comment.