diff --git a/src/components/control-bar/control-bar-items/ContactUsControlBarButton.svelte b/src/components/control-bar/control-bar-items/ContactUsControlBarButton.svelte index 4770a1374..0aec40ada 100644 --- a/src/components/control-bar/control-bar-items/ContactUsControlBarButton.svelte +++ b/src/components/control-bar/control-bar-items/ContactUsControlBarButton.svelte @@ -14,9 +14,13 @@ {$t('content.index.contactBody')} + class="text-red-500 hover:underline"> {$t('content.index.contactMail')} +
+ {$t('content.index.contactBodyGithub')} + cctd-ml-mahine
{$t('content.index.acknowledgement')}
+{$t('content.index.acknowledgement')} - cctd.au.dk
{$t('content.index.oldVersion')} - v0.ml-machine.org + v0.ml-machine.org
diff --git a/src/translations.ts b/src/translations.ts index 46d5c0a46..57e2088b9 100644 --- a/src/translations.ts +++ b/src/translations.ts @@ -25,6 +25,7 @@ export default { "content.index.oldVersion": "Du kan finde den gamle version her:", "content.index.contactButton": "Kontakt os", "content.index.contactBody": "Hvis du finder fejl og mangler på denne platform, skal du være velkommen til at skrive til os. Hvis du har andre efterspørgsler, ideer eller generel interesse, skal du være velkommen til at kontakte os. Skaberne af denne platform kan kontaktes på:", + "content.index.contactBodyGithub": "Du kan også besøge vores Github side:", "content.index.contactMail": "keb@cs.au.dk", "content.index.acknowledgement": "Udviklet af Center for Computational Thinking og Design, Aarhus Universitet", // DATA PAGE: @@ -269,6 +270,7 @@ export default { "content.index.oldVersion": "You can finde the old version here:", "content.index.contactButton": "Contact us", "content.index.contactBody": "If you find errors and omissions on this platform, please feel free to write us. If you have any other requests, ideas or general interests, please feel free to contact us. The creators of this platform can be contacted at:", + "content.index.contactBodyGithub": "You can also visit our Github page:", "content.index.contactMail": "keb@cs.au.dk", "content.index.acknowledgement": "Developed by Center for Computational Thinking and Design, Aarhus University", // DATA PAGE: