diff --git a/src/App.svelte b/src/App.svelte index 173973e0b560388feda729dc4892a2c7c0afdf96..1a309d624cb3a8c714988ad4ee2b0bf587a29137 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -90,7 +90,13 @@ import FormulaS from "./FormulaS.svelte"; </details> </main> -<a href="https://gitlab.fachschaften.org/jfowl/swk-project-effort-estimation" - >SourceCode</a -> - +<footer> + <a href="https://gitlab.fachschaften.org/oh14-dev/swk-project-effort-estimation"> + SourceCode + </a> + – + <a href="https://zohren.xyz/datenschutz.html">Datenschutz</a> + – + Powered by + <a href="https://svelte.dev/">Svelte</a> +</footer> \ No newline at end of file