We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f791e9b commit c187725Copy full SHA for c187725
src/lib/components/sections/Footer.svelte
@@ -0,0 +1,3 @@
1
+<section class="flex flex-col justify-center w-full py-5 sm:py-9 gap-14">
2
+ <center>Anki is a registered trademark of Ankitects Pty Ltd.</center>
3
+</section>
src/routes/+page.svelte
@@ -5,6 +5,7 @@
5
import Testimonials from '$lib/components/sections/Testimonials.svelte';
6
import BasicConcepts from '$lib/components/sections/BasicConcepts.svelte';
7
import Downloads from '$lib/components/sections/Downloads.svelte';
8
+ import Footer from '$lib/components/sections/Footer.svelte';
9
</script>
10
11
<Hero />
@@ -13,3 +14,4 @@
13
14
<BasicConcepts />
15
<Contributing />
16
<Downloads />
17
+<Footer />
0 commit comments