implemented user login.
next: find a solution for routing
This commit is contained in:
6
frontend/src/Components/Footer.svelte
Normal file
6
frontend/src/Components/Footer.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
import { t } from '../translations.svelte.js';
|
||||
</script>
|
||||
<footer>
|
||||
{@html t('footer.message','<a href="https://srsoftware.de">SRSoftware</a>')}
|
||||
</footer>
|
||||
Reference in New Issue
Block a user