mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 19:01:35 +01:00
Share styles and update props
This commit is contained in:
11
web-app/src/lib/templates/blog/common/BlogFooter.svelte
Normal file
11
web-app/src/lib/templates/blog/common/BlogFooter.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
const { text }: { text: string } = $props();
|
||||
</script>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<small>
|
||||
{text}
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user