diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 9a4fa55..809bb26 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -142,7 +142,7 @@ export default async function Home({

{t("home.sections.poweredBy")}

-
+

{t("tickets.title")}

diff --git a/src/app/[locale]/striim/page.tsx b/src/app/[locale]/striim/page.tsx index c2e68ab..04a8fe2 100644 --- a/src/app/[locale]/striim/page.tsx +++ b/src/app/[locale]/striim/page.tsx @@ -140,7 +140,7 @@ export default async function Home({

{t("home.sections.poweredBy")}

-
+
+ + Tallinna Haridusamet +
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b919d72..06cf81d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -38,7 +38,7 @@ const Footer = () => { { {
@@ -98,18 +98,34 @@ const Footer = () => { {t("footer.organization")}
-

+

{t("footer.registrationCode")}:{" "} 80391807

-

- ICO-210, Raja tn 4c, Tallinn, Harjumaa, 12616 -

+

ICO-210, Raja tn 4c, Tallinn, Harjumaa, 12616

+
+ {t("footer.madeBy")}{" "} + + MTÜ Lapikud + {" "} + {t("footer.withHelpFrom")}{" "} + + MTÜ For Tsükkel/ITÜK + +
); diff --git a/src/components/SidebarLayoutClient.tsx b/src/components/SidebarLayoutClient.tsx index 1fec6ce..470a2d0 100644 --- a/src/components/SidebarLayoutClient.tsx +++ b/src/components/SidebarLayoutClient.tsx @@ -72,7 +72,7 @@ export default function SidebarLayoutClient({ {item.label} diff --git a/translations/en.json b/translations/en.json index 6b96725..93fd1ae 100644 --- a/translations/en.json +++ b/translations/en.json @@ -163,7 +163,9 @@ "terms": "Terms", "studentUnion": "IT Faculty Student Council", "organization": "MTÜ For Tsükkel", - "registrationCode": "Registration code" + "registrationCode": "Registration code", + "madeBy": "The TipiLAN website is made with love by", + "withHelpFrom": "with the help of" }, "notFound": { "title": "404", diff --git a/translations/et.json b/translations/et.json index 9269bb7..826307f 100644 --- a/translations/et.json +++ b/translations/et.json @@ -163,7 +163,9 @@ "terms": "Tingimused", "studentUnion": "IT-teaduskonna üliõpilaskogu", "organization": "MTÜ For Tsükkel", - "registrationCode": "Registrikood" + "registrationCode": "Registrikood", + "madeBy": "TipiLANi veebileht on tehtud armastusega", + "withHelpFrom": "poolt, kellele oli abiks" }, "notFound": { "title": "404",