update footer file

This commit is contained in:
mahula 2023-05-07 13:06:16 +02:00
parent 0cb38b3104
commit ea4f49bcce

View File

@ -72,8 +72,8 @@ footer
.line
.wf-section(class="footer_02")
.container-2.w-container
div(class="footer_p1")= t("general.contactOurSupport")
div(class="footer_p2")= t("general.supportEmail")
div(class="footer_p1")= t("emails.footer.contactOurSupport")
div(class="footer_p2")= t("emails.footer.supportEmail")
img.image-2(
alt="Gradido Logo"
src="https://gdd.gradido.net/img/brand/green.png"
@ -89,10 +89,10 @@ footer
class="terms_of_use"
href="https://gradido.net/de/impressum/"
target="_blank"
)= t("general.imprint")
)= t("emails.footer.imprint")
.text-block-3 |
a(
class="terms_of_use"
href="https://gradido.net/de/datenschutz/"
target="_blank"
)= t("general.privacyPolicy")
)= t("emails.footer.privacyPolicy")