Skip to content

Commit

Permalink
Update year referring to imprint and data privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickGoettsch authored Dec 1, 2023
1 parent 1468bc3 commit b32f50a
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 b32f50a

Please sign in to comment.